Mac 에서 Homebrew 미 러 소스 를 바 꾸 는 실현 방법

1.중과 대원 사용
(1)기본 원본 바 꾸 기
STEP 1:brew.git 교체

cd "$(brew --repo)"

git remote set-url origin https://mirrors.ustc.edu.cn/brew.git

두 번 째 단계:homebrew-core.git 교체

cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git
cd 
brew update
(2)Homebrew Bottles 원본 교체
홈 브 루 는 OS X 시스템 의 오픈 소스 패키지 관리자 다.시간 을 절약 하기 위해 Homebrew 는 기본적으로 Homebrew Bottles 소스 에서 바 이 너 리 코드 패 키 지 를 다운로드 하여 설치 합 니 다.Homebrew Bottles 는 Homebrew 가 제공 하 는 바 이 너 리 코드 패키지 로 현재 미 러 사이트 에는 다음 과 같은 창고 가 수록 되 어 있 습 니 다.

homebrew/homebrew-core
homebrew/homebrew-dupes
homebrew/homebrew-games
homebrew/homebrew-gui
homebrew/homebrew-python
homebrew/homebrew-php
homebrew/homebrew-science
homebrew/homebrew-versions
homebrew/homebrew-x11
bash 사용자:

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

zsh 사용자

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

source ~/.zshrc

2.청 화원 사용
(1)기본 원본 바 꾸 기
STEP 1:기 존 상류 교체

cd "$(brew --repo)"
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git
cd 
brew update
STEP 2:homebrew-science 또는 homebrew-python 사용

cd "$(brew --repo)/Library/Taps/homebrew/homebrew-science"

git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-science.git

혹시

cd "$(brew --repo)/Library/Taps/homebrew/homebrew-python"
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-python.git
cd 
brew update

(2)Homebrew Bottles 원본 교체

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

3.중과 대원 또는 칭 화대 원 이 효력 을 상실 하거나 다운 되 었 을 때 공식 소스 로 전환 할 수 있 습 니 다.
STEP 1:brew.git 리 셋

cd "$(brew --repo)"
git remote set-url origin https://github.com/Homebrew/brew.git

두 번 째 단계:homebrew-core.git 리 셋

cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://github.com/Homebrew/homebrew-core.git
cd
brew update

세 번 째 단계:bash 프로필 에 있 는 Homebrew Bottles 를 주석 하면 공식 소스 를 복원 할 수 있 습 니 다.bash 를 다시 시작 하거나 bash 로 설정 파일 을 다시 읽 게 합 니 다.
맥 에서 홈 브 루 미 러 소스 를 바 꾸 는 실현 방법 에 관 한 이 글 은 여기까지 소개 되 었 습 니 다.더 많은 관련 맥 에서 홈 브 루 미 러 소스 를 바 꾸 는 내용 은 우리 의 이전 글 을 검색 하거나 아래 의 관련 글 을 계속 찾 아 보 세 요.앞으로 많은 응원 부 탁 드 리 겠 습 니 다!

좋은 웹페이지 즐겨찾기