Created
August 29, 2011 07:19
-
-
Save marcusoftnet/1177936 to your computer and use it in GitHub Desktop.
Git push problem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git push origin master | |
Counting objects: 106, done. | |
Compressing objects: 100% (103/103), done. | |
Received disconnect from 207.97.227.239: 2: Corrupted MAC on input. | |
fatal: sha1 file '<stdout>' write error: Invalid argument | |
fatal: The remote end hung up unexpectedly | |
error: failed to push some refs to '[email protected]:marcushammarberg/SpecFlow.Ass | |
ist.Dynamic.git' |
Hmm dont remember if I had done that. I think so.
I also faced same problem for pushing code on git repo using VPN. I was using Cisco VPN Client.
I have Changed "Enable Transparent Tunneling" IPSec over UDP(NAT/PAT) to IPSec over TCP
git config --global http.postBuffer 524288000
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got a similar error, until I authenticated my username and email with Github