Tool/software: Code Composer Studio
I have a problem trying to push to the remote repository that is on a server that uses public key authentication.
I get the error below:
An exception occurred during push on URI git@www.sgcmonitor.com:/home/git/firmware/UPS.git: git@www.sgcmonitor.com:/home/git/firmware/UPS.git: Auth fail
I suspect the reason is that Jsch doesn't find the key.
Does anyone know where I should put the key?
I am using ccs10 on windows 7