【发布时间】:2020-12-22 16:53:07
【问题描述】:
我正在使用 windows,我正在尝试使用 git-remote-codecommit。
使用 git-remote-codecommit 与 AWS CodeCommit 建立 HTTPS 连接的步骤。
https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-git-remote-codecommit.html
在获取时,显示此错误:
git clone codecommit://MyRepositoryName
git: 'remote-codecommit' is not a git command. See 'git --help'
请帮忙..
【问题讨论】:
-
这个页面对您的问题有帮助吗? docs.aws.amazon.com/codecommit/latest/userguide/…
-
我有同样的问题,通过 pip3 卸载并重新安装,默认情况下 python3 已经在路径中,但它仍然失败。没有意义。我在 M1 上使用 Big Sur。
标签: amazon-web-services git-remote aws-codecommit