git报错error: RPC 失败。curl 16 Error in the HTTP2 framing layer fatal: 在引用列表之后应该有一个 flush 包
尝试通过像这样设置 git config 来强制 git 使用 HTTP 1.1:
git config --global http.version HTTP/1.1
然后再尝试git clone
https://www.cnblogs.com/chentiao/p/17348042.html
尝试通过像这样设置 git config 来强制 git 使用 HTTP 1.1:
git config --global http.version HTTP/1.1
然后再尝试git clone
https://www.cnblogs.com/chentiao/p/17348042.html