如何让我的 AWS Ubuntu 实例从代码提交中提取?
How do I tell my AWS Ubuntu instances to pull from codecommit?
如何使用 Ubunutu 从 AWS 实例上的代码提交中提取我的存储库?
我在尝试使用以下命令拉取时安装了 awscli 和 evrytime:
aws codecommit operation/get-repository
系统说:这不是一个有效的命令。
并且在命令列表中,也没有名为"codecommit"
的操作
非常感谢!
AWS CodeCommit Command Line Reference
Note
AWS CodeCommit works only with AWS CLI versions 1.7.38 and later. To determine which version of the AWS CLI you have installed,
run the aws --version command.
To upgrade an older version of the AWS
CLI to the latest version, uninstall the older version by following
the instructions in Uninstalling the AWS CLI, and then install the
latest version by following the instructions in Installing the AWS
Command Line Interface.
如何使用 Ubunutu 从 AWS 实例上的代码提交中提取我的存储库?
我在尝试使用以下命令拉取时安装了 awscli 和 evrytime:
aws codecommit operation/get-repository
系统说:这不是一个有效的命令。
并且在命令列表中,也没有名为"codecommit"
的操作非常感谢!
AWS CodeCommit Command Line Reference
Note
AWS CodeCommit works only with AWS CLI versions 1.7.38 and later. To determine which version of the AWS CLI you have installed, run the aws --version command.
To upgrade an older version of the AWS CLI to the latest version, uninstall the older version by following the instructions in Uninstalling the AWS CLI, and then install the latest version by following the instructions in Installing the AWS Command Line Interface.