使用 Atom 克隆私有 GitHub 仓库

使用 Atom 克隆私有 GitHub 仓库

我正在尝试使用 Atom 文本编辑器克隆我拥有的私有 GitHub 存储库。使用 GitHub:Clone 命令,我输入如下 URL:https://github.com/orgname/reponame,然后我收到如下错误:

无法克隆https://github.com/orgname/reponame 克隆到“某个目录”...远程:未找到存储库。致命:存储库'https://github.com/orgname/reponame/' 未找到

我如何在 Atom 中克隆这个 repo?

答案1

尝试使用带有 SSH 密钥的 clone 命令。这不仅是 Github 的问题。自托管 Git 服务器也会导致私有存储库出现问题。有关 Github 上的 SSH 密钥的帮助,请参阅以下链接: https://help.github.com/articles/connecting-to-github-with-ssh/

相关内容