Fresh install of 1.5 and it doesn’t work.
0
Hi there,
I just did a brand new install of 1.5
Followed the Getting Started guide.
Created a repository (called test) and a single user (AdamN), added the single user to the repository with read and write permissions.
Tried to clone the repository and get this error.
$ git clone http://AdamN@10.0.1.12/test.git
Cloning into ‘test’…
error: Couldn’t resolve proxy ‘(null)’ while accessing http://AdamN@10.0.1.12/test.git/info/refs
fatal: HTTP request failed
Where do I go from here?
asked May 8, 2012
6 Answers
0
Ok got a little bit further...
Now I get...
Adam@ADAM-DESKTOP /c/development
$ git config --unset --global http.proxy
Adam@ADAM-DESKTOP /c/development
$ git clone http://AdamN@10.0.1.12/test.git
Cloning into 'test'...
Password for 'http://AdamN@10.0.1.12':
fatal: http://AdamN@10.0.1.12/test.git/info/refs not found: did you run git upda te-server-info on the server?
Checked the apache error.log
[Tue May 08 16:51:02 2012] [error] [client 10.0.1.242] Repository not exported: 'D:/GitStack/repositories/test.git'
[Tue May 08 16:51:02 2012] [error] [client 10.0.1.242] Repository not exported: 'D:/GitStack/repositories/test.git'
Now I get...
Adam@ADAM-DESKTOP /c/development
$ git config --unset --global http.proxy
Adam@ADAM-DESKTOP /c/development
$ git clone http://AdamN@10.0.1.12/test.git
Cloning into 'test'...
Password for 'http://AdamN@10.0.1.12':
fatal: http://AdamN@10.0.1.12/test.git/info/refs not found: did you run git upda te-server-info on the server?
Checked the apache error.log
[Tue May 08 16:51:02 2012] [error] [client 10.0.1.242] Repository not exported: 'D:/GitStack/repositories/test.git'
[Tue May 08 16:51:02 2012] [error] [client 10.0.1.242] Repository not exported: 'D:/GitStack/repositories/test.git'
0
Did you have a previous Git installation on the server ?
0
I did try just an install of msysgit, it was uninstalled and I cleared all the env paths + rebooted before installing gitstack.
Have I missed a registry setting or the like?
Cheers
Ad
0
Do you get a new error in your apache logs ? Or is it still the same ? GitStack do not use the registry settings.
0
Ok started from scratch.
Fresh install of windows 2003 standard edition 32bit. Nothing else installed/added.
Installed GitStack on D:\GitStack
Created test repository, added a user, went back and assign the user to the test repository.
Local client:
$ git clone http://adamn@10.0.1.12/test.git
Cloning into 'test'...
Password for 'http://adamn@10.0.1.12':
fatal: http://adamn@10.0.1.12/test.git/info/refs not found: did you run git upda
te-server-info on the server?
No go.
Same error in the apache log.
[Wed May 09 10:45:22 2012] [error] [client 10.0.1.242] Repository not exported: 'D:/GitStack/repositories/test.git'
[Wed May 09 10:45:23 2012] [error] [client 10.0.1.242] Repository not exported: 'D:/GitStack/repositories/test.git'
Any ideas?
Cheers
Adam
0
We do not support Windows Server 2003.
I remember that there is a firewall issue on Windows Server 2003. Could you try to disable it ?
I strongly recommend to use on of these systems :
-Windows Server 2008
-Windows Server 2008 R2
-Windows Vista
-Windows 7
I remember that there is a firewall issue on Windows Server 2003. Could you try to disable it ?
I strongly recommend to use on of these systems :
-Windows Server 2008
-Windows Server 2008 R2
-Windows Vista
-Windows 7
Your Answer
Please login to post questions.