尝试通过像这样设置 git config 来强制 git 使用 HTTP 1.1:

git config --global http.version HTTP/1.1
然后再尝试git clone

尝试通过像这样设置 git config 来强制 git 使用 HTTP 1.1:

git config --global http.version HTTP/1.1
然后再尝试git clone