当我尝试安装时,我收到以下消息。我无法弄清楚我需要什么。安装在云主机上。
[root@server root]# sudo /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
==> Found Git: /bin/git
==> Found cURL: /bin/curl
==> Setting HOMEBREW_DEVELOPER to use Git/cURL not in /usr/bin
==> Checking for `sudo` access (which may request your password)...
Don't run this as root!
[root@server root]#
写的是你从root运行没有必要的,尝试从普通用户运行
启动必须不是以root用户身份,为了代表另一个用户以root身份执行命令,有一个命令:
就我而言,最终的安装命令如下所示: