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.
我正在尝试从 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
由于您已使用 Github 对其进行了标记,您是否已将 SSH 密钥的公共部分添加到他们的系统中,以便他们知道您是谁,并允许您从该存储库推/拉。
这将帮助您入门:http ://help.github.com/set-up-git-redirect/