在网上找了很多教程都无法解决,最后用了一行命令成功解决
git config --global url."https://github.com".insteadOf git://github.com
输入这行命令,之后就可以使用git clone了
在网上找了很多教程都无法解决,最后用了一行命令成功解决
git config --global url."https://github.com".insteadOf git://github.com
输入这行命令,之后就可以使用git clone了