报错 gnutls_handshake() failed: The TLS connection was non-properly terminated
尝试过google,搜索到以下解决方案,但部分问题能解,部分依然存在上述问题
git config --global http.postBuffer 1048576000
git config --global --unset http.proxy
git config --global --unset https.proxy
git config --global http.sslVerify false(无用)
fork github仓库到本地仓库,能解决部分问题