macbook pro有响声,正常吗?
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了macbook pro有响声,正常吗?相关的知识,希望对你有一定的参考价值。
以前没觉得,现在只要周围一安静下来,响声就有些明显了,轻轻的嗡嗡的声音,感觉响着很不舒服啊,正常吗?
笔记本摸着是冰的,应该不是里面灰尘多了吧?
Macbook Pro上如何修改brew源
一、需求说明
我的macbook电脑安装了中科大的brew源码,发现安装gpg工具失败,其他工具可以正常安装,为了能将gpg安装成功,就找了找切换brew源的方案,记录如下。
二、切换至国内源
由于使用github默认源有可能存在路径远或者部分服务访问超时的原因,切换至国内源可以提速。
2.1 替换brew.git
$ cd "$(brew --repo)"
# 中国科大:
$ git remote set-url origin https://mirrors.ustc.edu.cn/brew.git
# 清华大学:
$ git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git
2.2 替换homebrew-core.git
$ cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
# 中国科大:
$ git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git
# 清华大学:
$ git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git
2.3 替换homebrew-bottles
# 中国科大:
$ echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles' >> ~/.bash_profile
$ source ~/.bash_profile
# 清华大学:
$ echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles' >> ~/.bash_profile
$ source ~/.bash_profile
2.4 应用生效
$ brew update
三、重置为官方源
要是想换回来,GitHub源的地址在这里:
https://github.com/Homebrew/brew.git
https://github.com/Homebrew/homebrew-core
# 重置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
另外,如果Homebrew Bottles源也被替换了的话,只要在~/.bash_profile配置文件里删除掉对应的命令所在行,并source一下即可。
四、写在最后
MateCloud基于Spring Cloud Alibaba推出的微服务快速开发平台,集成Nacos 2.0.3、Sentinel 1.8.2、Jetcache等诸多中间件。前端采用Vue3.2.4、Vite 2.5.1、 Ant-Design-Vue 2.2.6、TypeScript 的大型中后台解决方案。 其中前端4.0.8-M2版本正在发布,实现了系统管理的基础功能,主要包括菜单管理、用户管理、角色管理、部门管理、日志管理、客户端管理等功能。正持续更新中,欢迎体验。
以上是关于macbook pro有响声,正常吗?的主要内容,如果未能解决你的问题,请参考以下文章
macbook pro 能装C++ JAVA JAVA eclipse这些编程软件吗?