vue-element-admin
vue-element-admin copied to clipboard
fatal: unable to connect to github.com 解决方法
如果遇到 npm ERR! Error while executing: npm ERR! D:\Git\cmd\git.EXE ls-remote -h -t git://github.com/adobe-webplatform/eve.git npm ERR! npm ERR! fatal: unable to connect to github.com 的话可以尝试一下把 ”git://“ 换成“https://” 终端:git config --global url."https://".insteadOf git://
试了,没用,wtf
this worked for me https://github.com/PanJiaChen/vue-element-admin/issues/3945
多謝大大, 可以了
如果遇到 npm ERR! Error while executing: npm ERR! D:\Git\cmd\git.EXE ls-remote -h -t git://github.com/adobe-webplatform/eve.git npm ERR! npm ERR! fatal: unable to connect to github.com 的话可以尝试一下把 ”git://“ 换成“https://” 终端:git config --global url."https://".insteadOf git://
完整命令是: git config --global url."https://github.com/adobe-webplatform/eve.git".insteadOf ssh://[email protected]/adobe-webplatform/eve.git 这样之后就可以了。