【发布时间】:2013-03-08 17:36:18
【问题描述】:
当我遍历具有.rvmrc 文件的文件夹时,有没有办法消除警告。
====================================================================================
= NOTICE =
====================================================================================
= RVM has encountered a new or modified .rvmrc file in the current directory =
= This is a shell script and therefore may contain any shell commands. =
= =
= Examine the contents of this file carefully to be sure the contents are =
= safe before trusting it! ( Choose v[iew] below to view the contents ) =
====================================================================================
Do you wish to trust this .rvmrc file? (/home/sam/myrailsapp/.rvmrc)
y[es], n[o], v[iew], c[ancel]> y
【问题讨论】:
-
它应该只询问一次,即您第一次进入目录时。每次都这样吗?
-
我想为了帮助您获得答案,您需要更多信息会有所帮助。你用的是rvm吗?您是否希望 rvm 在遍历项目目录时切换设置?您是否收到任何其他警告通知?喜欢卸载的红宝石或不存在的宝石?
-
它每次都问我,我搬进这个令人沮丧的文件夹
-
否则按预期工作?你说是的,它使用了所需的红宝石和宝石?