【问题标题】:aptana studio sh.exe": gem: command not foundaptana studio sh.exe": gem: 找不到命令
【发布时间】:2013-04-17 02:38:27
【问题描述】:

我正在使用 aptana studio 3。
我正在创建一个名为 UBDTCE 的应用程序。
我想运行 Web 部署向导登录我的 heroku 帐户,它会询问是否安装 heroku gem。
然后我收到一条错误消息:

$ gem install heroku && heroku create UBDTCE
sh.exe": gem: command not found

$ gem install heroku && heroku create UBDTCE; git push heroku master
sh.exe": gem: command not found
fatal: 'heroku' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

我是这个 git 的新手,你会如何解决这些错误消息?

【问题讨论】:

    标签: git heroku gem aptana3


    【解决方案1】:

    错误消息fatal: 'heroku' does not appear to be a git repository源于第一个错误gem: command not found

    如“-bash is messed up?”中所述,您需要检查您的PATH,同时确保正确安装了rubygem(如this commentrvm install ruby-1.9.3; rvm use ruby-1.9.3:它确实包括@ 987654330@)。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-10-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-08-03
      • 1970-01-01
      相关资源
      最近更新 更多