Skip to main content

Kratos

install

  1. xocde 检查是否安装已经目录的文件是否随着系统更新丢失, 一般有 3 个文件夹 5,7,7 个文件
ls -l /Library/Developer/CommandLineTools

如果没有:

xcode-select --instal
  1. brew更新

.zprofile添加:

val "$(/opt/homebrew/bin/brew shellenv)"

brew update
  1. protobuf
brew install protobuf
brew upgrade protobuf

protobuf-gen-go