git - 无法在 Windows 8 上克隆存储库

标签 git github git-clone github-for-windows

我是 Github 和 Git 的新手,所以我下载了 Github for Windows 以在我的 Windows 8 计算机上运行。但是,当我尝试克隆我所属组织中的存储库时,它会立即显示以下消息:

failed to clone the repository 'foo/bar'
Please check your internet connection.

我可以连接到互联网和 Github。

为什么 Github for Windows 这样做?是错误还是设置有问题?

最佳答案

我通过为 Windows 重新安装 Github 设法修复了这个错误。它现在正在运行。

关于git - 无法在 Windows 8 上克隆存储库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16129743/

相关文章:

git - 在 Github 操作推送事件中获取原始分支名称到 master

ruby-on-rails - git clone heroku ssh 权限被拒绝

git - 如何使用自己的身份信息进行git commit

git - 为什么 git push origin master 不起作用?

github - Pycharm——如何将本地项目推送到远程组织存储库?

由于包对象失败,git fetch 失败

git - 从 GITHub 提交 url 中提取差异哈希

git - 为什么没有使用 "docker run image command"启动容器的日志?

git - 如何在 Git 中克隆单个分支?

xcode - 有没有办法避免手动运行 `pod install` 而不是同时提交 Pods 目录?