vue-element-admin fatal: unable to connect to github.com 解决方法

wkftcu5l  于 4个月前  发布在  Git
关注(0)|答案(4)|浏览(92)

如果遇到
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://

qlfbtfca

qlfbtfca1#

试了,没用,wtf

t8e9dugd

t8e9dugd3#

多謝大大, 可以了

azpvetkf

azpvetkf4#

如果遇到 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:// git@github.com /adobe-webplatform/eve.git
这样之后就可以了。

相关问题