Good afternoon all,
After the Gerrit upgrade this past weekend, I am no longer able to push
anything to master, and I am also unable to pull anything from Gerrit's
auto-generated links.
FX, trying to use a Gerrit generated link:
git fetch
git://review.whamcloud.com/fs/lustre-release
refs/changes/27/6127/12 && git format-patch -1 --stdout FETCH_HEAD
fatal: The remote end hung up unexpectedly
Note that I edited that link to use 'git://' instead of 'http://', as
HTTP availability is know to not be working right now (giving error
403). (But Gerrit is still providing HTTP links.)
And trying to push to master:
git push ssh://paf@review.whamcloud.com:29418/fs/lustre-release
HEAD:refs/for/master
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Trying to give this wider visibility.
Thanks,
- Patrick Farrell