Skip to content

安装go不同版本管理器 ● windows iwr https://raw.githubusercontent.com/voidint/g/master/install.ps1 -useb | iex

● linux/macos

建议安装前清空GOROOTGOBIN等环境变量

curl -sSL https://raw.githubusercontent.com/voidint/g/master/install.sh | bash echo "unalias g" >> ~/.bashrc # 可选。若其他程序(如'git')使用了'g'作为别名。 source "$HOME/.g/env"

评论
  • 按正序
  • 按倒序
  • 按热度
Powered by Waline v3.7.1

Released under the MIT License.