git使用笔记 - yunfanfan/Notes GitHub Wiki
git使用笔记
Pull
Git问题解决:warning: Pulling without specifying how to reconcile divergent branches is discouraged.
若无特殊需求执行:
git config pull.rebase false
Network
Git报错解决:OpenSSL SSL_read: Connection was reset, errno 10054 错误解决
git config --global http.sslVerify "false"
Git gnutls_handshake() failed解决办法 - 青山牧云人 - 博客园
很简单,把https换成http