Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当项目属于我的帐户(或我的组织之一)时,Github Desktop 让我可以轻松地从 Github 克隆项目。
我有什么办法可以使用 Github Desktop 克隆属于其他人的公共回购吗?
我不相信你可以在 Github Desktop 中做到这一点。
您可以使用Github 项目网页上的Clone in Desktop按钮(如 Anatoly 所说)。
另一种选择(当然没有客户端)是打开一个 cmd/终端并使用:
git clone https://github.com/user/repo.git
您可以将 URL 从浏览器拖放到 GitHub Desktop。然后它会询问您将文件保存在哪里。
如果您使用客户端,似乎是分叉和克隆。否则使用像@Shameel Abdullah 说的命令行工具