gf-cli
gf-cli copied to clipboard
mac环境下使用命令安装, alias gf=gf写入.zshrc中,没有换行,如果再次安装类似的软件,会导致命令失效
按如下教程
wget https://goframe.org/cli/darwin_amd64/gf && chmod +x gf && ./gf install
If you're using zsh, you might need rename your alias by command alias gf=gf to resolve the conflicts between gf and git fetch.
如题,当时连续安装了gf-cli和brew install node@14并使提示的命令添加node到环境变量中 然后.zshrc中就出现了
alias gf=gfexport PATH= ···