我想在SmartGit中克隆一个存储库,并在克隆方面遇到麻烦。当前版本的SmartGit说,我需要一些形式的'ssh://user@server.port/repository-path or svn://server:post/repository-path'链接。
我听说我需要一些SSH密钥,但我可能根本没有它,因为我拥有的存储库只是我的公共GitHub存储库。它很可能没有SSH或SVN密钥,它只有HTTPS,这在SmartGit中似乎是不可接受的。
当我把URL复制到“克隆人”窗口时,上面写着
'Could not connect to the repository 'https://github.com/Clarity97'.
Please check the repository URL.
repository 'https://github.com/Clarity97/' not found'那么如何将我的简单存储库克隆到我的SmartGit上呢?
发布于 2020-02-06 06:58:32
转到您的任何实际存储库(例如https://github.com/Clarity97/SymfonyBlog),您将看到“克隆或下载”按钮,这将为您提供适当的URL使用。

确保遵循GitHub SSH指南,以便生成并注册GitHub配置文件中的公共SSH密钥。
https://stackoverflow.com/questions/60088424
复制相似问题