How to use SCC

How to use this tool? When I try to push my new/edited files, I get this error:

Error 128 running '[u'/usr/bin/git', 'push', 'origin', u'dirty']'
  in '/var/www': 
ssh_askpass: exec(/usr/bin/ssh-askpass): No such file or directory
Permission denied (publickey).
fatal: The remote end hung up unexpectedly

Try invoking git push from /var/www/ first to ensure your repository is properly configured. Our SCC tools facilitate certain SCC workflows but it’s not a full solution for all of your SCC needs.

git push works fine and ask passphrase for key id_rsa

Without passphrase works fine! It’s a bug?
Anyway I don’t want to use passphrase :smile:

Try generating a new key without a password (just press enter when it asks you to enter one).

I don’t think Komodo supports SSH key passphrases.

I’m just type ssh-keygen -p and reset password to null.