【发布时间】: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 的新手,你会如何解决这些错误消息?
【问题讨论】: