【发布时间】:2014-10-27 05:24:03
【问题描述】:
我正在关注how to deploy a Ruby on Rails application on AWS 上的教程,并在尝试执行git aws.push 命令时收到以下错误:
fatal: cannot exec 'git-aws.push': Not a directory
根据this tutorial eb init 应该为我创建了这个新的 git 命令,但显然它没有......有人偶然发现了这个问题吗?我该如何解决这个问题?
我正在使用 Mac OS Lion。
谢谢
【问题讨论】:
-
我检查了我的 .git/config 文件,猜猜所有的别名都在那里......
-
为什么不接受答案?
标签: ruby-on-rails-3 amazon-web-services amazon-elastic-beanstalk deploying