赞
踩
git://***
下载会出现,改成使用 https://
方式访问即可。- git config --global url.https://github.com/.insteadOf git://github.com/
- git config --global url."https://".insteadOf git://
vim ~/.gitconfig
vim ~/.git/config
- [url "git@github.com:"]
- pushInsteadOf = git://github.com/
- pushInsteadOf = https://github.com/
:wq
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。