I’m trying to clone a github project on windows. I’m behind a firewall so can’t use ssh. Running:
git clone https://github.com/user/project.git
is returning https://github.com/user/project.git not found: did you run git update-server-info on the server?
As it’s not my project, is there a way to get around this?
EDIT:
The project I’m trying to clone is:
https://github.com/mitsuhiko/jinja2.git
EDIT:
Sorry people – was a typeo. Git Bash on windows does’t let you copy paste and i missed a letter.
One usual reason is the case (or, in this instance, according to the OP directedbit, a simple typo) .
GitHub repo url is case sensitive, as explained in “Why are Github project document page urls case sensitive? What are the negative effects?“.
See as an illustration this GitHub repo issue: