[Development] git-gpush fails with "bad band #101

René J.V. Bertin rjvbertin at gmail.com
Fri May 8 18:00:27 CEST 2015


Hello,

I tried to push a patch to gerrit for review, and got this:

%> ../qtrepotools-git/bin/git-gpush -v
Pushing HEAD for 5.5 on gerrit ...
Pushing to https://codereview.qt-project.org/p/qt/qtbase
Username for 'https://codereview.qt-project.org': rjvbertin
Password for 'https://rjvbertin@codereview.qt-project.org': 
Counting objects: 21, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (21/21), done.
Writing objects: 100% (21/21), 13.67 KiB | 0 bytes/s, done.
Total 21 (delta 17), reused 0 (delta 0)
POST git-receive-pack (16409 bytes)
send-pack: protocol error: bad band #101
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
error: failed to push some refs to 'https://codereview.qt-project.org/p/qt/qtbase'
Exit 1

same for the equivalent patch for Qt 5.4.x (from another qtbase clone):
%>../qtrepotools-git/bin/git-gpush -v 5.4.2:
Pushing 5.4.2 for 5.4.2 on gerrit ...
Pushing to https://codereview.qt-project.org/p/qt/qtbase
Username for 'https://codereview.qt-project.org': rjvbertin
Password for 'https://rjvbertin@codereview.qt-project.org': 
Counting objects: 20, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (20/20), done.
Writing objects: 100% (20/20), 8.81 KiB | 0 bytes/s, done.
Total 20 (delta 17), reused 0 (delta 0)
POST git-receive-pack (11432 bytes)
send-pack: protocol error: bad band #101
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
error: failed to push some refs to 'https://codereview.qt-project.org/p/qt/qtbase'
Exit 1

Does this point to mutual dislike between gerrit and I? :-/

R.



More information about the Development mailing list