Skip to content

Instantly share code, notes, and snippets.

@bhameyie
Created January 14, 2014 01:31
Show Gist options
  • Save bhameyie/8411519 to your computer and use it in GitHub Desktop.
Save bhameyie/8411519 to your computer and use it in GitHub Desktop.
Fix for Git error: RPC failed; result=22, HTTP code = 411
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = false
[remote "origin"]
url = https://iamnotyou@bitbucket.org/iamnotyou/le-large-projet.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[http]
postBuffer = 524288000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment