【发布时间】:2019-03-18 18:23:58
【问题描述】:
当尝试按照本教程为我的 Django 项目设置 AWS Elastic Beanstack 时:
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create-deploy-python-django.html
一旦我开始跑步
eb create django-env
我收到此错误:
warning: CRLF will be replaced by LF in .gitignore.
The file will have its original line endings in your working directory.
Creating application version archive "app-2f30-181013_230403".
ERROR: CommandError - An error occurred while handling git command.
Error code: 1 Error: C:\Program Files\Git\mingw64/libexec/git-core\git-submodule: line 7: basename: command not found
C:\Program Files\Git\mingw64/libexec/git-core\git-submodule: line 7: sed: command not found
C:\Program Files\Git\mingw64/libexec/git-core\git-submodule: line 18: .: git-sh-setup: file not found
有什么想法吗? AWS Elastic Beanstack 是否无法在 Windows 中使用?
【问题讨论】:
标签: amazon-web-services amazon-elastic-beanstalk