Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 430 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 430 Bytes
  1. 关于git报错
    git config --global --unset http.proxy
    git config --global --unset https.proxy
  1. 安装brew
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. 设置brew镜像安装软件
    export HOMEBREW_BREW_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git"
    brew update
    brew install git