HTTP/2 stream 1 was not closed c
作者:
一觉睡到丶小时候 | 来源:发表于
2022-12-14 15:23 被阅读0次
报错日志
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
本文标题:HTTP/2 stream 1 was not closed c
本文链接:https://www.haomeiwen.com/subject/mddafdtx.html
网友评论