在设置Bun时遇到“zsh: command not found”错误。解决方法是在.zshrc文件中添加环境变量:export BUN_INSTALL="$HOME/.bun" 和 export PATH="$BUN_INSTALL/bin:$PATH"。
完成下面两步后,将自动完成登录并继续当前操作。