我正在使用rvm 1.16.10(稳定)
我做完rvm install 1.9.3 --with-gcc=clang
它安装了1.9.3,然后显示:'rvm_codesign_identity' is not set, please set it in ~/.rvmrc
但..什么是'rvm_codesign_identity'以及如何设置它?
提前致谢。
答案 0 :(得分:0)
https://github.com/wayneeseguin/rvm/issues/820 https://github.com/wayneeseguin/rvm/issues/1210#issuecomment-9272236
rvm_codesign_identity
是OSX上的codesign实用程序的参数,用于签署已编译的二进制ruby,因此它不需要授权使用网络 - 但代码未完成或未正确记录,如果可以提供帮助,请打开一个新的拉取请求改善这个钩子。
所以可能没有必要设置它。