vault backup: 2025-05-17 13:50:09

This commit is contained in:
BlueRose 2025-05-17 13:50:09 +08:00
parent 0f48850597
commit ba56b04f05

View File

@ -25,6 +25,8 @@ git clone --depth 1 --branch 4.25-plus https://github.com/EpicGames/UnrealEngine
转换成完整仓库的方法:
git pull --unshallow
再执行命令修改fetch设置获取所有分支即可。
git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
# LFS upload missing objects 解决
输入命令,即可
```