Command failed: git -c core.longpaths=true config --get remote.origin.url

「Unable to Connect to GitHub.com For Cloning」

Error: Command failed: git -c core.longpaths=true config --get remote.origin.url

此处原因应该是因为网络无法透过git://方式将package download下来

清除缓存:npm cache clear

更改Download方式:git config --global url."https://".insteadOf git://

如果执行以上两条还有WARN警告,可尝试更新NPM版本

更新npm版本:npm install -g npm

你可能感兴趣的:(Webpack)