1、C:RailsInstallerGitcmdgit.EXE ls-remote -h -t https://github.com/nhn/raphael.git
npm i 后,报错如下:
在网上也找到了解决方法,这里再记录一下:
执行这条命令
git config --global url."https://".insteadOf git://
接着再npm i
2、C:RailsInstallerGitcmdgit.EXE ls-remote -h -t ssh://git@github.com/sohee-lee7/Squire.git
使用cnpm可以解决错误
cnpm install