Mac 에서 Homebrew 미 러 소스 를 바 꾸 는 실현 방법
(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 로 설정 파일 을 다시 읽 게 합 니 다.맥 에서 홈 브 루 미 러 소스 를 바 꾸 는 실현 방법 에 관 한 이 글 은 여기까지 소개 되 었 습 니 다.더 많은 관련 맥 에서 홈 브 루 미 러 소스 를 바 꾸 는 내용 은 우리 의 이전 글 을 검색 하거나 아래 의 관련 글 을 계속 찾 아 보 세 요.앞으로 많은 응원 부 탁 드 리 겠 습 니 다!
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
macbookpro jis 배열에 대한 외부 키보드 us 배열 연결 설정직장에서 처음으로 mac을 사용하게 되었다. 툴이나 설정 등 처음이었기 때문에 기록. 난 thinkpad us 배열 키보드를 연결. 안내가 표시됩니다. 왼쪽 shift의 오른쪽 옆의 버튼을 추측하고, 오른쪽 shif...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.