Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to replace and reset the Homebrew default source

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

How to replace and reset the Homebrew default source, I believe that many inexperienced people do not know what to do, so this article summarizes the causes of the problem and solutions, through this article I hope you can solve this problem.

Fixed the occurrence of updating homebrew... when using homebrew to install software (such as brew install redis) under mac A problem that has been stuck.

Replacement source:

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

Reset Source:

Reset brew.git:cd "$(brew--repo)" git remote set-url origin https://github.com/Homebrew/brew.git reset homebrew-core.git:cd "$(brew--repo) / Library/Taps/homebrew/homebrew-core" git remote set-url origin https://github.com/Homebrew/homebrew-core.git after reading the above, do you know how to replace and reset the Homebrew default source? If you want to learn more skills or want to know more about it, you are welcome to follow the industry information channel, thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report