问题
Unable to download webpage: <urlopen error [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反 应,连接尝试失败。
解决方法
将代理改成全局代理即可
问题
remote: Enumerating objects: 98513, done.
remote: Total 98513 (delta 0), reused 0 (delta 0), pack-reused 98513 eceiving objects: 100% (98513/98513), 55.41 MiB | 1Receiving objects: 100% (98513/98513), 56.52 MiB | 1.68 MiB/s, done.
解决方法
1.打开C:\Users***文件下 .gitconfig 文件
2.删除下图中的东西
另一种解法(适用于V2的FQ)
- 打开~/.bash_profile
复制添加以下语句
export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890
source ./~bash_profile