Git官网下载windows版本慢的问题

2016-7-20

git for windiow下载地址:

https://git-scm.com/download/win

今天在git官网下载git客户端工具是特别慢,很多时候无响应,

仔细观察了一下

原地下载地址:

https://github.com/git-for-windows/git/releases/download/v2.9.2.windows.1/Git-2.9.2-64-bit.exe


在域名前边加上www就可以下载了

https://www.github.com/git-for-windows/git/releases/download/v2.9.2.windows.1/Git-2.9.2-64-bit.exe

Git官网下载windows版本慢的问题_第1张图片


分析:可能是域名解析出问题了

你可能感兴趣的:(第三方平台)