Problem Pushing with HTTPS
Tried to push my project and was getting:
Password:
error: error setting certificate verify locations:
CAfile: \bin\curl-ca-bundle.crt
CApath: none
while accessing https://[email blocked]/<redacted>/info/refs
fatal: HTTP request failed
this was fixed by entering:
git config --system http.sslcainfo /bin/curl-ca-bundle.crt
Now when I push I get:
$ git push https://[email blocked]/<redacted>.git master
Password:
Counting objects: 1797, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (643/643), done.
error: RPC failed; result=22, HTTP code = 411
fatal: The remote end hung up unexpectedly
Writing objects: 100% (1797/1797), 1.13 MiB, done.
Total 1797 (delta 1185), reused 1673 (delta 1100)
fatal: The remote end hung up unexpectedly
fatal: expected ok/error, helper said '2004§�j��|rxu�I��♦j↨ק̍K^SDƯ)�S�N�x�m�@�
oM4yn�>̿'
fatal: write error: Broken pipe`
I'm using:
git version 1.7.3.1.msysgit.0
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 19 Jan, 2011 06:17 PM
Have you increased the git postbuffer size? Check the getting started guide. Let me know if this doesn't resolve you problem.
Michael
friism closed this discussion on 19 Jan, 2011 06:17 PM.