mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Add note for ssh users to .lfsconfig
Users using ssh are suddenly asked for a username and password for lfs, add a note as to why that is and how to avoid it to the .lfsconfig in hope they will see it. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
parent
e6c479e956
commit
aabb5854aa
1 changed files with 6 additions and 0 deletions
|
|
@ -1,2 +1,8 @@
|
|||
# If you are using ssh [1] to push and want to use it to obtain a token instead
|
||||
# of using basic auth override this with:
|
||||
# git config lfs.url git@gitea.wildfiregames.com/0ad/0ad.git
|
||||
#
|
||||
# [1] https://github.com/git-lfs/git-lfs/blob/main/docs/api/server-discovery.md#ssh
|
||||
|
||||
[lfs]
|
||||
url = https://gitea.wildfiregames.com/0ad/0ad.git/info/lfs
|
||||
|
|
|
|||
Loading…
Reference in a new issue