尝试克隆项目时出现 git-bash 问题

发布于 11-16 17:20 字数 253 浏览 8 评论 0原文

我正在尝试从 git bash 克隆一个项目,但收到错误。以下是我正在运行的命令和 git bash 的响应。请让我知道可能是什么问题。

$ git clone git@path:application_name.git

Cloning into application_name...

Permission denied (publickey).

fatal: The remote end hung up unexpectedly

i am trying to clone a project from git bash, but receive an error. Following is the command I am running and the response of git bash. Please let me know what could be the problem.

$ git clone git@path:application_name.git

Cloning into application_name...

Permission denied (publickey).

fatal: The remote end hung up unexpectedly

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

黯然2024-11-23 17:20:56

既然你已经用 Github 标记了它,你是否将你的 SSH 密钥的公共部分添加到他们的系统中,以便他们知道你是谁,并且允许你从该存储库推送/拉取。

这将帮助您开始:http://help.github.com/set-up -git-redirect/

Since you have tagged it with Github, have you added the public part of your SSH key to their system so that they know who you are and that you are allowed to push/pull from that repository.

This will help get you started: http://help.github.com/set-up-git-redirect/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文