From 476d4c3447204c28f6355a10422897e666d5d4a5 Mon Sep 17 00:00:00 2001 From: Sherbanov Kosmik <70780122+kosmik641@users.noreply.github.com> Date: Wed, 5 Nov 2025 01:01:20 +0300 Subject: [PATCH] Update ReadMe.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Git при другом LFS пытается авторизоваться в репозиторий LFS даже когда файлы LFS не обновлялись --- ReadMe.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 4c63538..84e7989 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -12,5 +12,6 @@ permission for purposes of prototyping a subway train simulator inside Garry's-M git config lfs.url https://git.metrostroi.net/metrostroi-repo/MetrostroiAddon.git/info/lfs git lfs fetch git reset --hard +git config lfs.url https://github.com/metrostroi-repo/MetrostroiAddon.git/info/lfs ``` -**Warning:** This will discard all your local changes in the working copy and the index! \ No newline at end of file +**Warning:** This will discard all your local changes in the working copy and the index!