1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00
nix/doc/manual/rl-next/git-lfs-ssh.md
Leandro Reina ccf658ed5c
Fix Git LFS SSH issues
* Adds support for NIX_SSHOPTS
* Properly uses the parsed port from URL (fixes #13337)
* Don't guess the HTTP endpoint, use the response of git-lfs-authenticate
* Add an SSH Git LFS test
* Removed some unused test code
2025-08-13 21:04:29 +03:00

324 B

synopsis prs issues
Fix Git LFS SSH issues
13743
13337

Fixed some outstanding issues with Git LFS and SSH.

  • Added support for NIX_SSHOPTS.
  • Properly use the parsed port from URL.
  • Better use of the response of git-lfs-authenticate to determine API endpoint when the API is not exposed on port 443.