记录一下使用git pull 命令时报错问题。
网上查询解决方法是输入指令git config --global http.sslVerify "false"可以解决。但是无果
随后参考一篇回答需要找到这个文件夹
但是发现hosts找不到
最后找到方法是以管理员身份运行cmd命令行窗口输入: for /f %P in (‘dir %windir%\WinSxS\hosts /b /s’) do copy %P %windir%\System32\drivers\etc & echo %P & Notepad %P
回车后出现hosts文件
在hosts文件最后加上
github.com
github.global.ssl.fastly.net
codeload.Github.com
问题解决!