我正在尝试使用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上。