问题一:fatal: unable to access ‘https://github.com/zhaoxin311…’: Could not resolve host: github.com
解决办法:
- ping github.com :找不到
- 间接批改C:\Windows\System32\drivers\etc\hosts文件
- 现将hosts文件复制到桌面在最初增加 140.82.113.3 github.com并保留,
- 之后将桌面的hosts文件替换C:\Windows\System32\drivers\etc\hosts文件
- 最初在ping即可胜利,提交代码也能够
发表回复