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
相关文章
相关标签/搜索