Git链接出现报错:fatal: unable to access ‘https://github.com/.../‘: Failed to connect to github

在链接GIT或者克隆过程中git出现报错如下:
Git链接出现报错:fatal: unable to access ‘https://github.com/.../‘: Failed to connect to github_第1张图片

fatal: unable to access 'https://github.com/.....git/': Failed to connect to github.com port 443 after 23831 ms: Timed out

可能原因为DNS 解析出现问题,需要刷新下DNS即可
cmd 窗口输入 ipconfig/flushdns ,清除缓存后再重新进行 git 操作即可

你可能感兴趣的:(git,github)