我是 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