Setup codecommit on Windows
For detailed instructions see – http://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-ssh-windows.html These are the main commands to give in Git console or Terminal. cd ~ ssh-keygen cd .ssh notepad codecommit_rsa.pub Copy the key and upload it to AWS IAM. Copy...