okigan / awscurl

curl-like access to AWS resources with AWS Signature Version 4 request signing.
MIT License
737 stars 91 forks source link

Installing awscurl broke git-remote-codecommit #91

Closed jimmone closed 3 years ago

jimmone commented 3 years ago

After installing awscurl git-remote-codecommit stopped working and I cannot get it to work again. When I try to do git pullfor example I get the following error message: fatal: unable to find remote helper for 'codecommit'.

okigan commented 3 years ago

That’s odd - awscurl does not have any git related dependencies so should not affect it.

Can you reproduce the issue?

On Sep 25, 2020, at 5:51 AM, jimmone notifications@github.com wrote:

 After installing awscurl git-remote-codecommit stopped working and I cannot get it to work again. When I try to do git pull for example I get the following error message: fatal: unable to find remote helper for 'codecommit'.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

jimmone commented 3 years ago

I reinstalled python, git-remote-codecommit and awscurl and now everything is working fine.