Git is new here. I am configuring git on a new Ubuntu VM and trying to clone some repositories. The clone works for the following command:
git clone http:
(after prompting for username / password), but failing for
git clone git:
and
git clone git:
with the same error message:
Cloning into 'repo_name'... fatal: remote error: Repository not found
Of course, the obvious answer is βuse the http method,β but I'm trying to figure out why one works and the other doesn't. Any suggestions? (is there also a difference when using the .git extension for the btw repo name?)
Thanks!
Tony b
source share