git-lfs: Added support for http basic auth

This commit is contained in:
Joey Hess 2019-09-24 14:46:20 -04:00
parent 45e5cc63b5
commit 6ae0a44c64
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
5 changed files with 80 additions and 26 deletions

View file

@ -7,3 +7,6 @@ when accessing that repository over http.
`git credential` provides a way to reuse git's authentication system,
and would be more appropriate to use here than git-annex's own creds
system for special remotes. --[[Joey]]
> [[done]] --[[Joey]]