git失败

提示:gnutls_handshake() failed: The TLS connection was non-properly terminated.

先设置 export GIT_SSL_NO_VERIFY=1

再重新git。

有的时候下载失败可以改成:

git clone https://github.com/A​​​​​​

​
1.改成 git clone https://github.do/https://github.com/A​​​​​​

2. 改成 git clone  https://hub.fastgit.xyz/A

3. 改成 git clone  https://gh.gcdn.mirr.one/A

​

你可能感兴趣的:(git)