Can't clone/push from GIT using IntelliJ Idea with ssh -
i'm trying clone git repository using intellij idea, encounter error. says:
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 'selenium'... fatal: 'qa-automation/selenium.git' not appear git repository fatal: not read remote repository. please make sure have correct access rights , repository exists.
if copy git command second line , execute in git bash clones repository correctly , works cli (including commit , push). tried open cloned project in idea , commit there, throws error above again.
i'm on win 7 idea ssh client.
Comments
Post a Comment