The unauthenticated git protocol on port 9418 is no longer supported

183 阅读1分钟

这个问题是由于github安全协议的改变而造成的。解决方法也很简单,将协议从GIT该为HTTPS就好了,方法如下:

git config --global url."https://github.com/".insteadOf git://github.com/

OR

git config --global url."https://".insteadOf git://