mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
* 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
324 B
324 B
| synopsis | prs | issues | ||
|---|---|---|---|---|
| Fix Git LFS SSH issues |
|
|
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-authenticateto determine API endpoint when the API is not exposed on port 443.