Update lfsconfig comment

Use a colon instead of a backslash to seperate domain from repo. The
backslash only works for pushing and for pulling lfs will complain about
"batch request: missing protocol"

Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
Ralph Sennhauser 2025-06-29 08:28:53 +02:00
parent 3c457457cd
commit 3a38fcb17c
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
# If you are using ssh [1] to push and want to use it to obtain a token instead # 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: # of using basic auth override this with:
# git config lfs.url git@gitea.wildfiregames.com/0ad/0ad.git # 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 # [1] https://github.com/git-lfs/git-lfs/blob/main/docs/api/server-discovery.md#ssh