Robohelp with AWS CodeCommit Version Control
Is it possible to integrate the Robohelp with AWS CodeCommit using the Git version control? I have done this with Github, but I'm facing issues when trying to integrate it with AWS. I followed the tutorial for setting up an SSH connection to AWS CodeCommit Repository on Windows (https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-ssh-windows.html) but I keep receiving the following error message on my Git terminal:
Warning: Permanently added 'git-codecommit.us-east-1.amazonaws.com,52.94.229.29' (RSA) to the list of known hosts.
username@17342251-codecommit.us-east-1.amazonaws.com: Permission denied (publickey)
I tried deleting the host file and running the ssh command again, but it wouldn't work.
