From 3a38fcb17cd3fe722b40fb53bc428ba76ebdafc8 Mon Sep 17 00:00:00 2001 From: Ralph Sennhauser Date: Sun, 29 Jun 2025 08:28:53 +0200 Subject: [PATCH] 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 --- .lfsconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lfsconfig b/.lfsconfig index 81015298af..e08bae6a33 100644 --- a/.lfsconfig +++ b/.lfsconfig @@ -1,6 +1,6 @@ # 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 +# 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