mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 14:16:47 +00:00
fix: Fix make update-submodules-by-mirror Error (#928)
* remove --init suffix in update-submodules-by-mirror
This commit is contained in:
parent
c635d8a9cf
commit
e35f8aa1b6
2
Makefile
2
Makefile
@ -163,7 +163,7 @@ update-submodules:
|
||||
update-submodules-by-mirror:
|
||||
@echo "从镜像更新子模块"
|
||||
@git config --global url."https://git.mirrors.dragonos.org.cn/DragonOS-Community/".insteadOf https://github.com/DragonOS-Community/
|
||||
@$(MAKE) update-submodules --init
|
||||
@$(MAKE) update-submodules
|
||||
@git config --global --unset url."https://git.mirrors.dragonos.org.cn/DragonOS-Community/".insteadOf
|
||||
|
||||
help:
|
||||
|
Loading…
x
Reference in New Issue
Block a user