首页 > 其他分享 >mac下Homebrew安装Fetching /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask failed报错解决方法

mac下Homebrew安装Fetching /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask failed报错解决方法

时间:2023-03-12 18:33:15浏览次数:49  
标签:报错 https Homebrew go homebrew com

查了很多资料,只有这篇有用,解决办法请参考这里 https://blog.csdn.net/Jiangzhiqi4551/article/details/116174524

使用brew install go安装完成以后,在home brew命令行执行go version遇到报错:

go: cannot find GOROOT directory: /opt/homebrew/bin/go

解决方法:export GOROOT="$(brew --prefix golang)/libexec" 参考这里 https://stackoverflow.com/questions/60406755/cannot-do-any-go-command-anymore

TRANSLATE with x English
Arabic Hebrew Polish
Bulgarian Hindi Portuguese
Catalan Hmong Daw Romanian
Chinese Simplified Hungarian Russian
Chinese Traditional Indonesian Slovak
Czech Italian Slovenian
Danish Japanese Spanish
Dutch Klingon Swedish
English Korean Thai
Estonian Latvian Turkish
Finnish Lithuanian Ukrainian
French Malay Urdu
German Maltese Vietnamese
Greek Norwegian Welsh
Haitian Creole Persian  
  TRANSLATE with COPY THE URL BELOW Back EMBED THE SNIPPET BELOW IN YOUR SITE Enable collaborative features and customize widget: Bing Webmaster Portal Back

标签:报错,https,Homebrew,go,homebrew,com
From: https://www.cnblogs.com/jamstack/p/17208713.html

相关文章