在 Windows 客户端上使用 php-git 的 beanstalk

在 Windows 客户端上使用 php-git 的 beanstalk

我正在尝试使用 git 安装 php 的 beanstalk。我使用的是 Windows 客户端计算机。我已完成先决条件安装和凭据设置。我正在关注链接

http://docs.amazonwebservices.com/elasticbeanstalk/latest/dg/create_deploy_PHP.sdlc.html

以下步骤不起作用(我使用 git bash 执行与 git 相关的命令)

在您的 Git 存储库目录中,键入以下命令。

git aws.config

这给出了错误

git : 'aws.config' is not a git command.

请建议如何处理该问题。

答案1

显然你还没有设置AWS DevTools然而,它提供了 AWS 特定的 Git 命令,包括aws.config

AWS DevTools 是一个 Git 客户端扩展,可让您快速将应用程序部署到 AWS Elastic Beanstalk。本节介绍运行 AWS DevTools 的先决条件、获取位置以及如何设置它。

因此,您只需按照该页面上详细的步骤设置此 Git 客户端扩展即可。

相关内容