📅  最后修改于: 2022-03-11 14:50:28.612000             🧑  作者: Mango
# Push with HTTP 1 & then reverse to HTTP 2 (default) :
git config --global http.version HTTP/1.1
git push
git config --global http.version HTTP/2