Skip to content

Instantly share code, notes, and snippets.

@marcusoftnet
Created August 29, 2011 07:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcusoftnet/1177936 to your computer and use it in GitHub Desktop.
Save marcusoftnet/1177936 to your computer and use it in GitHub Desktop.
Git push problem
$ 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 'git@github.com:marcushammarberg/SpecFlow.Ass
ist.Dynamic.git'
@decibelplaces
Copy link

I got a similar error, until I authenticated my username and email with Github

@marcusoftnet
Copy link
Author

Hmm dont remember if I had done that. I think so.

@swapnil-kotwal-sp
Copy link

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

@zhaoyou
Copy link

zhaoyou commented Jun 3, 2015

git config --global http.postBuffer 524288000

reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment