>git fetch -v origin
POST git-upload-pack (gzip 1758 to 952 bytes)
POST git-upload-pack (gzip 2308 to 1223 bytes)
POST git-upload-pack (gzip 3908 to 2038 bytes)
POST git-upload-pack (gzip 7108 to 3639 bytes)
POST git-upload-pack (gzip 13358 to 6765 bytes)
fatal: remote error: internal server error <---------------------------
fatal: The remote end hung up unexpectedly
>git remote -v
origin https://chromium.googlesource.com/chromium/src.git (fetch)
origin https://chromium.googlesource.com/chromium/src.git (push)
Expectation: 'git fetch origin' completes without issue.
git ls-remote oddly enough works. It's fetching that fails so far.
Comment 1 by ajp@chromium.org
, Dec 7