3

我是 Rails 和 git(和 stackoverflow)的初学者,所以我希望是明确的。

我想从github克隆我的rails应用程序,所以我所做的是:

    $> mkdir old
    $> cd old
    $> git clone git@github.com:Project_name/webapp.git
    $> cd webapp

期间一切正常,git clone但是当我这样做时,cd webapp我没有通常拥有的 rvm 消息You are using '.rvmrc', it requires trusting, it is slower and it is not compatible with other ruby managers

此外,当我运行rails s时发生错误:

    $> The program 'rails' is currently not installed

所以我的问题是如何告诉 rvm 管理我的克隆项目以及如何将 rails 与它链接?

编辑:

作为对 Vecchia Spugna 的回应:RVM 已安装到我的机器中,并且在 git 克隆后我有许多 .rvmrc 文件,例如 .rvmrc.03.26.2013-15:22:31 但是我没有 simple.rvmrc

4

1 回答 1

0

问题是 .rvmrc 文件没有在 github 上发送,所以我从旧版本的应用程序中复制了 .rvmrc 文件,一切正常

于 2013-09-16T14:18:25.667 回答