随身笔记
随身笔记

git.EXE ls-remote -h -t git://github.com/adobe-webplatform/eve.git

npm ERR! Error while executing:
npm ERR! C:\Program Files\Git\cmd\git.EXE ls-remote -h -t git://github.com/adobe-webplatform/eve.git
npm ERR!
npm ERR! fatal: remote error:
npm ERR! The unauthenticated git protocol on port 9418 is no longer supported.
npm ERR! Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
npm ERR!
npm ERR! exited with error code: 128

 

解决方法:

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

 

 

 

 

 

没有标签
首页      前端资源      git.EXE ls-remote -h -t git://github.com/adobe-webplatform/eve.git

随身笔记

git.EXE ls-remote -h -t git://github.com/adobe-webplatform/eve.git
npm ERR! Error while executing: npm ERR! C:\Program Files\Git\cmd\git.EXE ls-remote -h -t git://github.com/adobe-webplatform/eve.git npm ERR! npm ERR! fatal: remote error:…
扫描二维码继续阅读
2022-04-08