现象
1 | npm ERR! Error while executing: |
原因
之前的Git配置的不是http连接
解决方法
1 | git config --global url."https://github.com/".insteadOf git://github.com/ |
1 | npm ERR! Error while executing: |
之前的Git配置的不是http连接
1 | git config --global url."https://github.com/".insteadOf git://github.com/ |