npm 報錯 ls-remote -h -t git://github.com/adobe-webplatform/eve.git

npm install的時候報錯

ls-remote -h -t git://github.com/adobe-webplatform/eve.git
複製代碼

圖示

解決方案

配置中把git://替換爲https://
cd 項目根目錄
git config --global url."https://".insteadOf git://複製代碼
相關文章
相關標籤/搜索