The error encountered by linux git clone GnuTLS recv error (-110):

Solution:
turn off the proxy

git config --global http.sslVerify false
git config --global http.postBuffer 1048576000

Guess you like

Origin blog.csdn.net/shan_5233/article/details/128882557