superproject 下面有个很多个管理 protobbuf 的 subproject,现在想要一次性更新所有的 subproject。
更新命令:
git submodule update --remote --merge --jobs 8
MBP 上执行只需要一分半钟,Windows10 上面则需要十分钟( Git Bash 中执行的)。
Git 版本:
git version 2.21.1 (Apple Git-122.3)
git version 2.24.1.windows.2
MBP 的网络环境更差一点,毕竟要连 VPN。几次尝试下来,MBP 最多也不超过两分钟就能更新完。
另外,更新之后执行 git status
,Windows10 上也慢很多。
1
learningman 2020-03-12 15:39:33 +08:00 1
你确定不是 git 没走代理吗。。。
|
2
XiLemon OP @learningman #1 额,公司的项目,Windows10 在内网,MBP 在家里呢。。。
|
3
Opportunity 2020-03-12 17:01:43 +08:00
·git status` 也慢的话,是不是应该考虑硬盘的问题了
|
4
XiLemon OP @Opportunity Windows10 机器上的固态应该还没到退休的时候吧😂,看其他同事执行起来也挺慢的。。。
|
5
MonoLogueChi 2020-03-12 18:29:41 +08:00
别用 git bash 试试看,用 powershell 或者 cmd,git bash 有的时候会有各种奇奇怪怪的问题,比如 commit 10 分钟还没跑完,git clone 没速度,这些我都遇到过
|
6
XiLemon OP @MonoLogueChi 用的就是 Git Bash,PowerShell 没试过呢
|
7
maichael 2020-03-12 19:29:52 +08:00
|
8
sikong31 2020-03-12 19:49:59 +08:00
git bash clone 的时候经常抽风,换 cmd/powershell 立马就好了
|