aws / git-remote-codecommit

An implementation of Git Remote Helper that makes it easier to interact with AWS CodeCommit
Apache License 2.0
271 stars 38 forks source link

Git CodeCommit Clone Command issue #23

Closed ashritdeebadi closed 3 years ago

ashritdeebadi commented 3 years ago

git: 'remote-codecommit' is not a git command. See 'git --help'.

while using git clone codecommit::us-east-1://user@mydemorepo on a Mac

ashritdeebadi commented 3 years ago

was able to resolve by adding '/Users/{username}/Library/Python/2.7/bin' to the $PATH