Push hangs indefinitely
I am trying to push my first AppHarbor application and Git looks like it's hanging.
I setup my git repo as:
git remote add appharbor https://[email blocked]/171.git
I did have some issues with Windows (XP) not wanting to verify the SSL certificates:
git push appharbor master Password:
error: error setting certificate verify locations:
CAfile: /mingw/bin/curl-ca-bundle.crt CApath: none while accessing https://[email blocked]/171.git/info/refs
fatal: HTTP request failed
But I fixed that (semi-dangerously) with:
git --global http.sslVerify false
Once that was fixed, I tried to push:
git push appharbor master Password:
Counting objects: 76, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (70/70), done.
error: RPC failed; result=22, HTTP code = 411
Writing objects: 100% (76/76), 4.67 MiB | 1.23 MiB/s, done.
Total 76 (delta 9), reused 0 (delta 0)
Then it just stays there indefinitely and doesn't exit. I killed the process and it looks like nothing made it to the remote repo.
For what it's worth, I've tested locally and everything works great with the remote SQL Server instance (using Fluent NHibernate).
Discussions are closed to public comments.
If you need help with AppHarbor please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by friism on 02 Jan, 2011 03:05 AM
Hi Wes, it looks like you are using an old Git version. Try getting the latest one here: http://code.google.com/p/msysgit/
Consult the getting-started guide or drop us a line if this doesn't solve your problem.
2 Posted by tansey on 02 Jan, 2011 03:36 AM
Thanks Michael! I upgraded to the latest Git version and set my buffer size. Everything seems to work now. Looks great!
friism closed this discussion on 02 Jan, 2011 04:18 AM.