注册gitee.com 然后创建新仓库----导入已有项目 输入github的https地址,导入即可。
下载可接近你的宽带速度了
[注意下面方案已经不一定有效了]
1. 我们可以利用https://www.ipaddress.com/ 来获得以下两个GitHub域名的IP地址:
(1) github.com
(2) github.global.ssl.fastly.net
2. 记事本打开C:\Windows\System32\drivers\etc\host文件
写入
140.82.112.4 github.com
199.232.69.194 github.global.ssl.fastly.net
3. git unable to get local issuer certificate 问题
git config --global http.sslVerify false