HTTP/2 stream 1 was not closed cleanly before end of the underlying stream

报错日志

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
Directory: /Users/leepandar/workspace/psi/ant-design-vue-jeecg
Output:
fatal: 无法访问 'https://github.com/adobe-webplatform/eve.git/':HTTP/2 stream 1 was not closed cleanly before end of the underlying stream
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

解决方案

 git config --global http.version HTTP/1.1
posted @ 2022-11-21 19:40  leepandar  阅读(449)  评论(0编辑  收藏  举报