带有git-remote-codecommit的AWS CodeCommit

问题描述

我正在使用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'

请帮助。

解决方法

需要在终端运行这个命令来解决这个问题pip3 install git-remote-codecommitpip install git-remote-codecommit

,

我遇到了类似的问题。事实证明,git-remote-codecommit 扩展以某种方式安装但损坏了。

我先修好了

  1. 卸载:pip3卸载git-remote-codecommit
  2. 重新安装:pip3 install git-remote-codecommit

安装将检查 Python3 是否在您的 $PATH 中,如果没有,您需要添加它。

这为我解决了问题。

相关问答

依赖报错 idea导入项目后依赖报错,解决方案:https://blog....
错误1:代码生成器依赖和mybatis依赖冲突 启动项目时报错如下...
错误1:gradle项目控制台输出为乱码 # 解决方案:https://bl...
错误还原:在查询的过程中,传入的workType为0时,该条件不起...
报错如下,gcc版本太低 ^ server.c:5346:31: 错误:‘struct...