ls-remote --tags --heads git://github.com/adobe-webplatform/eve.git

报错日志

leepandar@localhost ant-design-vue-jeecg % yarn install  
yarn install v1.22.19
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
error Command failed.
Exit code: 128
Command: git
Arguments: ls-remote --tags --heads git://github.com/adobe-webplatform/eve.git

解决方案

在项目根目录下执行

git config --global url."https://".insteadOf git://
posted @ 2022-11-21 19:18  leepandar  阅读(50)  评论(0编辑  收藏  举报