如何在 SmartGit 中克隆一个简单的 HTTPS 存储库?

How to clone a simple HTTPS repository in SmartGit?

我想在 SmartGit 中克隆一个存储库,但在克隆时遇到了问题。当前版本的 SmartGit 说我需要 'ssh://user@server.port/repository-path or svn://server:post/repository-path'.

形式的一些 link

我听说我需要一些 SSH 密钥,但我可能根本没有,因为我拥有的存储库只是我的 public GitHub 存储库。它很可能没有 SSH 或 SVN 密钥,它只有 HTTPS URL,这在 SmartGit 中似乎是不可接受的。

当我将 URL 复制粘贴到 'Clone' window 时,它显示

'Could not connect to the repository 'https://github.com/Clarity97'.

Please check the repository URL.

repository 'https://github.com/Clarity97/' not found'

那么如何克隆 my simple repository 到我的 SmartGit?

转到您的任何实际存储库(例如 https://github.com/Clarity97/SymfonyBlog),您将看到 "clone or download" 按钮,它将为您提供正确的 URL 以供使用。

确保遵循 GitHub SSH guide 以生成 public SSH 密钥并将其注册到您的 GitHub 配置文件。