Intellij idea Windows7中的GitBash

Intellij idea Windows7中的GitBash,intellij-idea,tortoisegit,git-bash,Intellij Idea,Tortoisegit,Git Bash,我在Windows7上使用IntelliJ idea。 我想在命令行git bash中运行我的程序, 但我会犯错误 我试着拉,然后我得到了这个错误 $ git pull Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 我看到了一个解决

我在Windows7上使用IntelliJ idea。 我想在命令行git bash中运行我的程序, 但我会犯错误 我试着拉,然后我得到了这个错误

$ git pull
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
我看到了一个解决办法 但是他们没有写关于windows的文章

当我推的时候,我问了密码短语,但是当我写的时候,我得到了一个错误

Permission denied (publickey).
fatal: Could not read from remote repository.    
Please make sure you have the correct access rights
and the repository exists.
我有正确的通道,因为我可以拉,推。。从文件夹中(右键单击Ortoisegit…)

请帮忙
谢谢

因此,没有生成ssh公钥。
您必须为github生成并注册rsa密钥。遵循官方指示。

您是如何设置乌龟的?要通过ssh或https工作?如何从git bash克隆存储库?您可以通过
git remote-v
command检查它。到目前为止,我所做的所有事情都是从文件夹中完成的(右键单击文件夹-tortoiseGit..)。这是我在执行git remote-v时得到的<代码>$git远程-v源git@github.com:applango/applango.git(fetch)origingit@github.com:applango/applango.git(推送)