Skip to content

Git LFS: Support for HTTP git push to secondary

Description

With 11.0, we ship automatic redirects on git fetch and git push for HTTP (with SSH support coming up in a later release this year).
In this release, redirects for Git LFS are not supported yet since LFS does not add the necessary auth header to the redirect.

With 11.1, we are going to add support for Git LFS on HTTP redirects.

Proposal

Edited by Andreas Kämmerle