An unexpected error occurred during the `brew link` step The formula built

旧城等待, 2022-01-17 02:35 374阅读 0赞
问题产生背景:

mac 笔记本通过home brew install 去安装ffmpeg发生如下的错误:

  1. An unexpected error occurred during the `brew link` step The formula built...
解决办法:
  1. Just Run below command
  2. 1)brew doctor
  3. than
  4. sudo chown -R $(whoami) $(brew --prefix)/*
  5. note the $(brew --prefix)/* ...High Sierra doesn't allow you to change permissions on /user/local directly)
  6. then this:
  7. sudo install -d -o $(whoami) -g admin /usr/local/Frameworks
  8. Your problem may be solve

答案参考自:https://github.com/jakubroztocil/httpie/issues/645

发表评论

表情:
评论列表 (有 0 条评论,374人围观)

还没有评论,来说两句吧...

相关阅读