node.js下載安裝
GIT下載安裝
新裝的MAC系統(tǒng)敌买,可以直接用這個方法安裝,不依靠homebrew
https://sourceforge.net/projects/git-osx-installer/files/latest/download
Homebrew官網(wǎng)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
復(fù)制上面安裝命令至終端傅寡,回車放妈。
但有時會碰到無不訪問鏈接raw.githubusercontent.com的錯誤,解決方法如下:
https://ipaddress.com上查詢raw.githubusercontent.comIP 地址荐操,然后修改hosts。
hosts文件修改教程
1.右鍵訪達(dá)(Finder)珍策,選擇點擊【前往文件夾】托启。或者使用快捷鍵同時按住 【Shift+Command+G】三個組合按鍵攘宙。
2.然后輸入:/private 屯耸,再點擊【前往】。
3.看到文件夾【etc】蹭劈,右鍵【etc】文件夾選擇點擊【顯示簡介】疗绣。
4.進(jìn)入 etc 的顯示簡介界面,在最下方點擊【小鎖】圖標(biāo)铺韧,輸入開機密碼多矮,點擊【好】。
5.再把【wheel】和【everyone】改為【讀與寫】哈打。
6.進(jìn)入【etc】文件夾里面塔逃。
7.找到文件【hosts】,右鍵【hosts】文件夾選擇點擊【顯示簡介】料仗。
8.進(jìn)入 hosts 的顯示簡介界面湾盗,在最下方點擊【小鎖】圖標(biāo),輸入開機密碼立轧,點擊【好】格粪。
9.再把【wheel】和【everyone】改為【讀與寫】。即可設(shè)置 hosts 能編輯氛改。
把下面內(nèi)容加到hosts文件中帐萎。
#GitHub Start
52.74.223.119 github.com
192.30.253.119 gist.github.com
54.169.195.247 api.github.com
185.199.111.153 assets-cdn.github.com
151.101.76.133 raw.githubusercontent.com
151.101.108.133 user-images.githubusercontent.com
151.101.76.133 gist.githubusercontent.com
151.101.76.133 cloud.githubusercontent.com
151.101.76.133 camo.githubusercontent.com
151.101.76.133 avatars0.githubusercontent.com
151.101.76.133 avatars1.githubusercontent.com
151.101.76.133 avatars2.githubusercontent.com
151.101.76.133 avatars3.githubusercontent.com
151.101.76.133 avatars4.githubusercontent.com
151.101.76.133 avatars5.githubusercontent.com
151.101.76.133 avatars6.githubusercontent.com
151.101.76.133 avatars7.githubusercontent.com
151.101.76.133 avatars8.githubusercontent.com
#GitHub End
終端執(zhí)行 ping raw.githubusercontent.com,如果不通,說明修改后的hosts文件沒生效平窘,請在終端執(zhí)行清除DNS緩存步驟,一般情況如不生效吓肋,可能是hosts內(nèi)容格式錯誤。
sudo killall -HUP mDNSResponder;sudo killall mDNSResponderHelper;sudo dscacheutil -flushcache
方法二
上面方法安裝的源在外國瑰艘,下載很慢是鬼。就跟npm類似肤舞,只需要切換國內(nèi)的源。
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
隨便選一個源就行均蜜,但是需要cask源的只能選擇包含cask的源(實際上大部分都選擇不包含cask源李剖,官網(wǎng)推薦的是阿里的源)。 輸入序號之后需要輸入開機密碼囤耳,如果不成功可以切換個源試試篙顺。我選的是5阿里源。
如果沒裝[Git]會提示讓安裝充择,下面有GIT的安裝方法德玫。