Skip to content

Instantly share code, notes, and snippets.

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 muhammadghazali/4575102 to your computer and use it in GitHub Desktop.
Save muhammadghazali/4575102 to your computer and use it in GitHub Desktop.
I experienced fatal: protocol error: bad line length character: Remo, shortly after I did git push to remote server. I do not know why this happened. Did you ever receive a similar error message like happened to me?
git push origin && git branch -D working-on-issue-11
Counting objects: 20, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (10/10), done.
Writing objects: 100% (11/11), 4.10 KiB, done.
Total 11 (delta 9), reused 0 (delta 0)
remote: bb/acl: me is allowed. accepted payload.
Auto packing the repository for optimum performance.
fatal: protocol error: bad line length character: Remo
error: error in sideband demultiplexer
To git@bitbucket.org:me/atoh.git
bdaaf1f..1425b8a development -> development
error: failed to push some refs to 'git@bitbucket.org:me/atoh.git'
@cpatel
Copy link

cpatel commented May 29, 2013

Hey, How did you resolve this? I am having same problem.

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