Search code examples
gitubuntugithubgit-clonegithub-cli

Github repository not cloning using gh cli


I want to clone my public repository from Github to my local system using gh official cli.

I copied the following command from the repo (green code button) button and also followed the official documentation -

sudo gh repo clone <username>/<repo-name>

But the repository does not clone, but instead, the command returns the following output on the terminal.

Welcome to GitHub CLI!

To authenticate, please run `gh auth login`.

I also executed gh auth login and logged in. But still, the command returns the same output.

I can clone the same repository using following command

git clone "url"

I am using Ubuntu 18.04. How can I clone the repository using gh.


Solution

  • You will face this problem if you install gh using snap. More about this issue here.

    Solution

    Install gh using official sources - https://github.com/cli/cli/blob/trunk/docs/install_linux.md#official-sources