This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS: how to enter public key for git authentication in CCS?

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