世界上有些地区禁止访问世界互联网,连Google都不用,严重阻碍了人类文明进步,多么愚蠢的行为!
GitHub是一个版本控制工具,不仅仅可以用来存放代码,各行各业的人都可以用GitHub作为文件管理工具。
当我们无法访问GitHub的时候,需要通过一些配置来进行访问。
把查到的IP Address添加到 "C:\Windows\System32\drivers\etc\hosts" 文件中。注意每次查到的IP Address可能不一样。
140.82.112.3 github.com 140.82.113.4 github.com
如果Push的时候报下面的错,执行下面明命令:
错误 1:
fatal: unable to access '*': schannel: failed to receive handshake, SSL/TLS connection failed
命令
git config --global http.sslBackend "openssl"
错误 2:
OpenSSL SSL_read: Connection was reset, errno 10054
命令
git init