todo
This commit is contained in:
parent
b7c78c2869
commit
9b5f014238
1 changed files with 9 additions and 0 deletions
9
doc/todo/git-lfs_http_authentication.mdwn
Normal file
9
doc/todo/git-lfs_http_authentication.mdwn
Normal file
|
@ -0,0 +1,9 @@
|
|||
Currently the git-lfs special remote needs a ssh url to the server,
|
||||
because it only supports authentication over ssh. To support a http url,
|
||||
it needs to do http basic authentication (easy enough) using a username
|
||||
and password that it prompts the user for, ideally the same way git would
|
||||
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]]
|
Loading…
Add table
Reference in a new issue