fatal: info/refs not found

0
I have just installed a latest version of gitstack (1.3). I’m able to access web interface. I’ve created a repo and a user.   However, I’m unable to clone the repo even on the localhost. Push does not work either. “git config user.name” matches the gitstack user name.   My issue is similar to the one below. The only difference is that I have not moved any directories after the installation https://gitstack.com/questions/fatal-httplocalhostabc-gitinforefs-not-found-did-you-run-git-u-pdate-server-info-on-the-server/
Tags: asked April 6, 2012
dodikk
0

4 Answers

1
GitStack is running on the port 8080, so you have to perform a clone on the port 8080 :
git clone http://dodikk@localhost:8080/SitecoreBooksTutorial.git
instead of
git clone http://dodikk@localhost/SitecoreBooksTutorial.git

It should work.
0
Hello Dodikk,
Are you using GitStack 1.3 or 1.3.1 ?
Did you follow the getting started tutorial ? The tutorial is not talking about "git config user.name" to authenticate correctly with the repository.
On which port are you running GitStack ?
Is IIS still running on your computer ?

Could you send me a screenshot of :
-the "git clone" window
-the http://localhost/gitstack/ window

Thanks for the details.
0
1. I use GitStack 1.3.1

2. Yes, I have followed it. Everything went fine until "Clone you repository" step.

3. I use the URL below to access the web interface. Other GitStack settings are default.

http://localhost:8080/gitstack/

4. Yes. IIS is still running.

5.  Requested screenshots :

http://dl.dropbox.com/u/32947027/error-reports/gitstack-2-clone%20error.png

http://dl.dropbox.com/u/32947027/error-reports/gitstack-3-repo-settings.png

http://dl.dropbox.com/u/32947027/error-reports/gitstack4-repo-list.png

 
dodikk
0
0
It does work. Thank you.
dodikk
0

Your Answer

Please login to post questions.