
报错 gnutls_handshake() failed: The TLS connection was non-properly terminated
尝试过google,搜索到以下解决方案,但部分问题能解,部分依然存在上述问题
git - fatal: unable to access ".....": gnutls_handshake() failed: Handshake failed - Stack Overflow
https://stackoverflow.com/questions/60262230/fatal-unable-to-access-gnutls-handshake-failed-handshake-failed
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仓库到本地仓库,能解决部分问题