我刚刚安装了 Windows 10、Visual Studio Community 2015 和Git for Windows。我还安装了最新的 Bitbucket 和 GitHub 扩展。
在 Visual Studio 中,我克隆了我的 Bitbucket.com 托管存储库,并成功执行了以下操作:
$ git --version
git version 2.19.2.windows.1
$ git pull
Already up to date.
但是当我试图从另一个存储库中提取时,我收到了这个错误:
$ git pull git://github.com/aegif/CmisSync.git
fatal: unable to lookup github.com (port 9418) (Either the application has not called WSAStartup, or WSAStartup failed. )
我可以ping github.com。
我该如何调查和解决问题?