迁移 MacBook 后,我发现我错过了命令gpg。
当我想安装时它抛出了这个错误 rvm
?> ~ gpg 15:39:34
dyld: Library not loaded: /usr/local/opt/gettext/lib/libintl.8.dylib
Referenced from: /usr/local/bin/gpg
Reason: image not found
fish: 'gpg' terminated by signal SIGABRT (Abort)
Run Code Online (Sandbox Code Playgroud)
我尝试了以下方法来修复它,但它们都不起作用。
brew upgrade gnupg
brew unlink gnupg
brew link gnupg
Run Code Online (Sandbox Code Playgroud)
此外,我没有这个文件夹 /usr/local/opt/gettext/.
我是否需要安装一些东西来解决这个问题?
我把输出放在brew doctor这里
https://gist.github.com/fifiten82726/fae106018447e868d64ff1a9d3e6266a
将我的 Macbook 迁移到新 Macbook 后,我在重新安装时遇到错误 rvm
?> rvm install 2.3.3
Run Code Online (Sandbox Code Playgroud)
1.29.3(master) by Michal Papis, Piotr Kuczynski2.5.0p02.5.02.3.3通过rvm 完美安装ruby 。
Searching for binary rubies, this might take some time.
No binary rubies available for: osx/10.13/x86_64/ruby-2.3.3.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Checking requirements for osx.
Certificates bundle '/usr/local/etc/openssl/cert.pem' is already up to date.
Requirements installation …Run Code Online (Sandbox Code Playgroud)