Not able to clone Repo

0
After installing GitStach I could create a new reporistory using GitStack but when I’m trying to clone the newly created repo from client I’m getting following error always.and I tried it from both client pc and the server itself but error remains same. . fatal: http://localhost/TestRepo1.git/info/refs not found: did you run git updat e-server-info on the server? In the apache access log below 404 entry can be seen against the clone request(from server itself) 127.0.0.1 – - [08/Apr/2013:17:47:12 +0530] “GET /TestRepo1.git/info/refs?service=git-upload-pack HTTP/1.1″ 404 - 127.0.0.1 – - [08/Apr/2013:17:47:12 +0530] “GET /TestRepo1.git/info/refs HTTP/1.1″ 404 - In the apache error log below entry is found [Mon Apr 08 17:47:12 2013] [error] [client 127.0.0.1] Repository not exported: ‘C:/dev/GitStack/repositories/TestRepo1.git’ [Mon Apr 08 17:47:12 2013] [error] [client 127.0.0.1] Repository not exported: ‘C:/dev/GitStack/repositories/TestRepo1.git’ Cann you please suggest what is wrong and how to resolve this issue. Please note on the server PATH variables are all correctly setup to include GIT executable(git-upload-pack etc.) directories.      
asked April 8, 2013
ghoshs
0

5 Answers

0
Where was GitStack installed?
0
GitStack is installed on below path on the server C:/dev/GitStack and when I created a new Repo using GitStack Web UI it is being created in C:/dev/GitStack/repositories
ghoshs
0
0
I have the same problem.  I tried cloning on the same PC where GitStack is installed. (C:/GitStack) I tried cloning on another PC but same error. From the apache logs, it's giving me this error.   [Repository not exported: 'C:/GitStack/repositories/possystem.git']   Followed everything in the Getting Start guide but still no good.
jeprox
0
0
Same problem here. Its really strange that the most basic thing isn't working out of the box...
0
Could you try to install GitStack in C:\GitStack ? I am not sure why Apache try to look in C:\GitStack\ on your system.

Your Answer

Please login to post questions.