1
0
mirror of https://github.com/metrostroi-repo/MetrostroiAddon.git synced 2026-05-04 00:52:33 +00:00
Files
MetrostroiAddon/ReadMe.md
Sherbanov Kosmik 476d4c3447 Update ReadMe.md
Git при другом LFS пытается авторизоваться в репозиторий LFS даже когда файлы LFS не обновлялись
2025-11-05 01:01:20 +03:00

18 lines
693 B
Markdown

Metrostroi Subway Simulator 2025
================================================================================
## Licensing
### Models and materials
All models, materials and sounds belong to their corresponding authors. Used with
permission for purposes of prototyping a subway train simulator inside Garry's-Mod only.
## Workaround for `This repository exceeded its LFS budget`
```bash
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!