Git 常見問題彙總

error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54

-> 解決方式git

git config --global http.postBuffer 524288000
複製代碼

Github clone 很慢

經過修改系統hosts文件,避免域名被限制,github

MacOS 如何修改 hosts 文件bash

151.101.72.249  http://global-ssl.fastly.Net
192.30.253.112  http://github.com
複製代碼

值得注意的是ip和域名之間是 tab鍵,而非 Space
相關文章
相關標籤/搜索