First I have to make sure your settings are correct using git bash to clone the repository. This will cause errors when an error occurs. This will confirm that the network settings and git settings are correct.
If you need a read-only URL, you can try using the github read-only URL, which looks like this: git://github.com/path/to/repo.git
However, github users read / write urls to push github code. These URLs use the following format: git@github.com :path/to/repo.git . You can find these URLs listed on the github refinancing page. Perhaps the problem you are facing is that you click on github but use the HTTP protocol and not the read / write protocol git@ .
source share