无法使用带有ssh的IntelliJ Idea从GIT克隆/推送

时间:2014-06-09 18:41:49

标签: git intellij-idea

我正在尝试使用IntelliJ Idea克隆GIT存储库,但遇到错误。 它说:

21:28:57.558: cd C:\Users\myUser\Documents\IdeaProjects
21:28:57.559: git clone --progress git@git.xxx.com:qa-automation/selenium.git selenium
Cloning into 'selenium'...
fatal: 'qa-automation/selenium.git' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.

如果我从第二行复制git命令并在GIT Bash中执行它,它会正确克隆存储库,一切都可以从CLI工作(包括提交和推送)。 我试图在IDEA中打开克隆项目并从那里提交它,但它再次抛出上面的错误。

我使用Idea SSH客户端在WIN 7上。

0 个答案:

没有答案