Error when pushing local repository to remote

0
Hello, I have installed GitStack, connected to AD, cloned remote repo, added locally a file, committed, and tried to push, but got an exception: git.exe push -v --progress "origin" master:master Pushing to http://buildserver/testrepo.git Counting objects: 3, done. Compressing objects: 100% (3/3) Writing objects: 100% (3/3) Writing objects: 100% (3/3), 194.42 KiB, done. Total 3 (delta 0), reused 0 (delta 0) POST git-receive-pack (199219 bytes) fatal: The remote end hung up unexpectedly fatal: The remote end hung up unexpectedly error: RPC failed; result=22, HTTP code = 401 Everything up-to-date git did not exit cleanly (exit code 1) Not sure what’s the issue, and I’m a novice in Git business. Thank you, Sean
asked October 5, 2012

6 Answers

0
Hi Sean,
Could you make sure that the port 80 is open in your firewall?
Could you try to clone the repository on the local server (git clone http://localhost/testrepo.git )?
0
Same story. Port 80 is opened (no firewall) and accessible. Trying to push from local server itself has resulted in the same error.
0
Do you have an other python installation on your computer?
0
There are no other snakes versions of Python on that machine... Shifting gear on this - is there an option to switch from Q&A to email/more direct way to communicate? We feel a little frustrated with the way things are handled. Time is running out, along with the preference to persuade purchase of the product. Thank you in advance.  
0
I have the same problem with the same error message.  Is there a log available on the server side where I can see what's going on?
0
We have created an issueon the bug tracker.
Please add as much info as possible there. The logs are located in C:/GitStack/apache/logs/

Your Answer

Please login to post questions.