Back github提交代码:HTTP/2 stream 1 was not closed cleanly before end of the underlying stream
| #Github
|
通过排查发现,是 git 默认使用的通信协议出现了问题,可以通过将默认通信协议修改为 http/1.1 来解决该问题。
打开git,输入:
git config --global http.version HTTP/1.1
问题解决!
This work is licensed under CC BY-NC 4.0. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc/4.0/