iMac终端HomeBrew无法使用

简介:

错误代码:

bash-3.2# brew update

Initialized empty Git repository in /usr/local/.git/

remote: Counting objects: 1163, done.

remote: Compressing objects: 100% (1067/1067), done.

remote: Total 1163 (delta 116), reused 391 (delta 55), pack-reused 0

Receiving objects: 100% (1163/1163), 1.23 MiB | 40.00 KiB/s, done.

Resolving deltas: 100% (116/116), done.

From https://github.com/Homebrew/brew

 * [new branch]      master     -> origin/master

HEAD is now at 42be54e Merge pull request #3667 from commitay/cask-doctor-sip

To restore the stashed changes to /usr/local run:

  'cd /usr/local && git stash pop'

Error: Running Homebrew as root is extremely dangerous and no longer supported.

As Homebrew does not drop privileges on installation you would be giving all

build scripts full access to your system.

解决方法就是给这个用户写权限,而不是sudo。

iMacdeMac:~ imac$ sudo chown -R imac /usr/local/




 本文转自 棋帅小七 51CTO博客,原文链接:http://blog.51cto.com/xvjunjie/2060892
相关文章
|
Ubuntu
Ubuntu安装aptitude
Ubuntu安装aptitude
141 0
|
1月前
|
数据安全/隐私保护 iOS开发 MacOS
Homebrew 安装使用
【10月更文挑战第5天】Homebrew 是一款用于 MacOS 系统的软件包管理工具,能够便捷地安装、卸载及更新各类软件与工具。通过终端执行简单命令即可完成安装,并利用 `brew` 命令进行软件搜索、安装、更新和卸载等操作,极大提升了用户管理软件的效率。安装前需确认已安装 Xcode Command Line Tools。
238 6
|
12天前
|
Ubuntu 开发工具 git
Ubuntu安装homebrew的完整教程
本文介绍了如何在没有公网的情况下安装 Homebrew。首先访问 Homebrew 官网,然后通过阿里云的镜像克隆安装脚本,并创建普通用户进行安装。接着修改 `install.sh` 文件指向国内镜像,执行安装命令。最后配置环境变量并更换 Homebrew 源为国内镜像,确保安装顺利。
120 50
|
11月前
homebrew
homebrew
146 0
|
缓存 开发工具 git
Homebrew安装
Homebrew安装
|
Linux Shell 开发工具
MacOS安装Homebrew与Oh-My-Zsh
MacOS安装Homebrew与Oh-My-Zsh
2479 0
|
Ubuntu 开发工具 git
Ubuntu安装GitKraken
Ubuntu安装GitKraken
588 0
换源(命令版)——推荐
换源(命令版)——推荐
122 0
|
Ubuntu
Ubuntu安装GSL
Ubuntu安装GSL
|
网络安全 Windows
给Cygwin重新安装curl
之前已经安装过了cygwin了,但是重装了系统了。 不过发现cygwin倒是还可以继续使用。 现在想要使用其中的curl工具。 但是却在cygwin安装目录 E:\dev_install_root\cygwin\bin 对应的bin下面没有找到curl.exe。
1244 0