Unable to clone repository

0
I have create a test repository and can access it via the web tools without a problem in a browser.

 

However when I attempt to clone the repo, I get a ‘not found’ error.

 

E:\temp\gittest>git clone http://172.16.1.1:9080/AngularJSDemo.git
Cloning into ‘AngularJSDemo’…
Username for ‘http://172.16.1.1:9080′: gituser
Password for ‘http://gituser@172.16.1.1:9080′:
fatal: repository ‘http://172.16.1.1:9080/AngularJSDemo.git/’ not found

 

Any suggestions ?      
Tags: asked October 8, 2014

1 Answer

0
Could you make sure that the case is respected? Could you try with a repo with only lowercase letters?

Your Answer

Please login to post questions.