亚洲最大看欧美片,亚洲图揄拍自拍另类图片,欧美精品v国产精品v呦,日本在线精品视频免费

  • 站長資訊網(wǎng)
    最全最豐富的資訊網(wǎng)站

    一招教你怎么使用mac 安裝配置 homebrew(代碼分享)

    之前的文章《淺析JS中base64和圖片互相轉(zhuǎn)換(附代碼)》中,給大家了解了JS中base64和圖片互相轉(zhuǎn)換。下面本篇文章給大家介紹怎么使用mac安裝配置homebrew,我們一起看看怎么做。

    一招教你怎么使用mac 安裝配置 homebrew(代碼分享)

    最近換電腦了,發(fā)現(xiàn)homebrew安裝不上了,我感覺是網(wǎng)絡(luò)問題,連了個(gè)vpn,發(fā)現(xiàn)還是不行,哈哈,是姿勢不對

    安裝

    運(yùn)行下面自動腳本(已經(jīng)全部替換為國內(nèi)地址):

    (Mac)常規(guī)安裝腳本(推薦完全體幾分鐘安裝完成)

    /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

    (Mac)精簡版幾秒鐘安裝完成

    /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" speed

    (Mac)卸載腳本

    /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/HomebrewUninstall.sh)"

    (Linux)安裝腳本:

    rm Homebrew.sh ; wget https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh ; bash Homebrew.sh

    (Linux)卸載腳本:

    rm HomebrewUninstall.sh ; wget https://gitee.com/cunkai/HomebrewCN/raw/master/HomebrewUninstall.sh ; bash HomebrewUninstall.sh

    安裝問題

    如果發(fā)現(xiàn)有各種安裝不上的運(yùn)行:

    sudo rm -rf /usr/local/Homebrew

    提示系統(tǒng)太舊的 (Failed to install Homebrew Portable Ruby (and your system version is too old)!) 運(yùn)行:

    HOMEBREW_BOTTLE_DOMAIN=https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles/bottles-portable-ruby  rm -rf /Users/$(whoami)/Library/Caches/Homebrew/  brew update

    切換鏡像源

    阿里云homebrew

    配置方法:[https://developer.aliyun.com/mirror/homebrew]。

    # 替換brew.git: cd "$(brew --repo)" git remote set-url origin https://mirrors.aliyun.com/homebrew/brew.git # 替換homebrew-core.git: cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core" git remote set-url origin https://mirrors.aliyun.com/homebrew/homebrew-core.git # 應(yīng)用生效 brew update # 替換homebrew-bottles: echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.aliyun.com/homebrew/homebrew-bottles' >> ~/.bash_profile source ~/.bash_profile

    騰訊云homebrew

    配置方法:Homebrew鏡像使用幫助

    [https://mirrors.cloud.tencent.com/help/homebrew.html]。

    cd "$(brew --repo)" git remote set-url origin http://mirrors.cloud.tencent.com/git/homebrew/brew.git  cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core" git remote set-url origin http://mirrors.cloud.tencent.com/git/homebrew/homebrew-core.git  brew update

    配置方法:Homebrew-bottles鏡像使用幫助

    [https://mirrors.cloud.tencent.com/help/homebrew-bottles.html]。

    echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.cloud.tencent.com/homebrew-bottles' >> ~/.bash_profile source ~/.bash_profile

    中科大homebrew

    配置方法:Homebrew源使用幫助[http://mirrors.ustc.edu.cn/help/brew.git.html]。

    cd "$(brew --repo)" git remote set-url origin https://mirrors.ustc.edu.cn/brew.git

    配置方法:Homebrew Core源使用幫助[http://mirrors.ustc.edu.cn/help/homebrew-core.git.html]。

    cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core" git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git

    配置方法:Homebrew Bottles源使用幫助[http://mirrors.ustc.edu.cn/help/homebrew-bottles.html]。

    echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles' >> ~/.bash_profile source ~/.bash_profile

    推薦學(xué)習(xí):MacOS教程

    贊(0)
    分享到: 更多 (0)
    網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號