I can’t clone a GitHub repository to my computer

It seems that one of these things may be happening:

  • Your repository is NOT public, in which case you would need to authenticate yourself correctly. From the output I see that it has not asked you to login, so it could be something else.
  • The repository URL you are using is not correct.

As you are not indicating in your question in detail it is impossible to help you more.

The normal thing would be that you additionally indicate:

  • What is the repository you are trying to clone
  • What is the command you have run to try to clone it.

Now that I see the command… because I formatted the FAQ correctly, thanks to marking the output you copied and pasted as code, I see that the command you use to clone is there… it doesn’t look good.

Make sure you copy the URL of the repository correctly, enter the options that they give you in Github choose the HTTPS format. It would be something like this: https://github.com/user/repository.git

The clone command would then be:

git clone https://github.com/user/repository.git

See also  3rd party PL/SQL cursors
Loading Facebook Comments ...
Loading Disqus Comments ...