Merge remote-tracking branch 'blueroses.top/master'

This commit is contained in:
BlueRose 2025-06-12 11:46:26 +08:00
commit a402d71159

View File

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