git clone is slow [source change operation]

  • Using the speed of source change git clone, Github domestic mirror sites have github.com.cnpmjs.organdgit.sdut.me
# 正常git clone
git clone https://github.com/username/xxx.git

# 换源1 -> [github.com.cnpmjs.org]
git clone https://github.com.cnpmjs.org/username/xxx.git

# 换源2 -> [github.com.cnpmjs.org]
git clone https:/github.com.cnpmjs.org/username/xxx.git

Guess you like

Origin blog.csdn.net/weixin_44038881/article/details/118301213