Install Go
brew install golang
Set the golang
binary directory
export GOPATH="$HOME/go"
Share that path to the environment
% cat /etc/paths
/opt/homebrew/opt/gnu-sed/libexec/gnubin
…
/Users/${USER}/go/bin
Install the FUSE packages
brew install --cask macfuse
NOTE: You can only see macFUSE towards the bottom of the System Settings.
Install the gcsfuse binary
go install github.com/googlecloudplatform/gcsfuse@master
We can now follow the google instructions for mounting volumes.