mark翻車經過
鹿晗公開戀情了。。。hhhh跟我沒有關係,老薛got7**好!!!
安裝homebrew的時候翻車了。。。 原因大概是不懂mac得.git/config的許可權,強行回憶了一波作業系統裡許可權管理的問題,解決了。。。
翻車現場大概是這樣:
在terminal裡輸出
/usr/bin/ruby -e
"$(curl -fssl "
以為會很順利的。。誰知道【摔!】
翻車的結果:
error: could not lock config file /usr/local/homebrew/.git/config: permission denied
fatal: could not
set'core.repositoryformatversion'
to'0'
failed during: git init -q
ls -l /usr/local/homebrew/
.git/config
看到這個檔案的許可權
**-rw
-r--
r--1
502admin
**
感覺應該是缺少了寫許可權,所以加上
sudo chgrp -r admin /usr/local
sudo chmod -r g+w /usr/local
然後在執行最開始使用的安裝命令就可以了(@ο@) 哇~ Mac 安裝HomeBrew 出錯
錯誤如下 error could not lock config file usr local homebrew git config permission denied fatal could not set core.repositoryformatversion to 0 failed dur...
Mac終端安裝Homebrew
homebrew,homebrew簡稱brew,是mac osx上的軟體包管理工具,能在mac中方便的安裝軟體或者解除安裝軟體。1.開啟mac的終端 2.輸入安裝命令 ruby e curl fssl 3.執行上述命令後會提示輸入系統密碼 輸入如下命令進行解除安裝 複製內容到剪貼簿 ruby e c...
mac安裝homebrew教程
mac安裝homebrew問題記錄 1 首先安裝xcode 終端輸入xcode select install 2 再次輸入ruby e curl insecure fssl 此過程會有多種報錯 1 error rpc failed curl 18 transfer closed with outst...