Trying to use the git integration in Creator I keep getting an inauspicious:
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
SSH wise I have set up everything correctly - they key are generated in the right location, all extra configuration is completed.
Testing in the git-bash confirms that it all works:
$ ssh -T git@bitbucket.org
logged in as myusername.
You can use git or hg to connect to Bitbucket. Shell access is disabled.
ssh-add -l
lists the key correctly. I have started with the Creator's "defaults" as suggested that it should just work, and after it didn't I pretty much tried every possible thing that came to my mind and as internet search results - to no avail.
From a pure cmd
(not git bash) I am able to clone, but git still asks me about the passphrase, should it be doing that with the ssh keys set up?
Any ideas?