On Fri, Jun 14, 2019 at 11:27:10AM -0400, Jeff King wrote: > So in short, it was never supposed to work, but between bugs and > protocol vagaries, there are a few version and protocol combinations > where it did. I'd add that in protocol v2, the reachability restrictions are lifted (i.e., every server behaves as if uploadpack.allowAnySHA1InWant is enabled). So you could probably just set protocol.version=2 on your client. This will eventually becomes the default, too. -Peff