I am trying to clone a repository from our private codecommit, I have necessary access, but whenever i try to clone locally, I am getting the error:
git clone codecommit::us-east-1://my-repo-name
fatal: unable to find remote helper for 'codecommit'
I encountered remote helper error before but for https which could be resolved by ssh keys, but this is the first time I have seen this.