mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
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>
8 lines
340 B
Text
8 lines
340 B
Text
# 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
|