fatal: http://localhost/abc.git/info/refs not found: did you run git u pdate-server-info on the server?
1
I have changed the repository path from c:\Gitstack\Repository to my D:\ drive, from then on
II am getting the below error. Any help will be much appreciated.
D:\recyle\new>git clone http://localhost/abc.git
Cloning into ‘abc’…
Username for ‘localhost’:
Password for ‘localhost’:
fatal: http://localhost/abc.git/info/refs not found: did you run git u
pdate-server-info on the server?
I did try the command git u pdate-server-info, but still couldn’t rectify this error.
asked March 1, 2012
Maneesh
5
2 Answers
1
After this configuration change ( https://gitstack.com/questions/can-i-change-the-location-of-repositories-alone/ ), can you try to edit main.conf in C:\gitstack\apache\conf\gitstack and update the :
SetEnv GIT_PROJECT_ROOT C:/dev/gitstack/repositories
and restart GitStack.
Again, we do not support this change. This feature will be added in the version 1.3 of GitStack.
SetEnv GIT_PROJECT_ROOT C:/dev/gitstack/repositories
and restart GitStack.
Again, we do not support this change. This feature will be added in the version 1.3 of GitStack.
Your Answer
Please login to post questions.