macbook Air 小问题解决
本文最后更新于:2024年1月30日 晚上
clashX打不开了
- 解决方案:在命令行输入下面代码,然后到 设置->通用->登陆项 将clashx设置为自启动
1
sudo launchctl enable system/com.west2online.ClashX.ProxyConfigHelper
在macbook air m2下,已经配置好ssh,依旧clone超时结局方案
在命令行下,运行下面这行代码:
1 |
|
为mac配置镜像源,比如下载brew等太慢等情况
如果有更换镜像源的想法,强烈推荐使用镜像助手获取执行脚本。
下面是我的配置
1
2
3
4
5
6
7export HOMEBREW_BREW_GIT_REMOTE="https://mirrors.ustc.edu.cn/brew.git"
export HOMEBREW_CORE_GIT_REMOTE="https://mirrors.ustc.edu.cn/homebrew-core.git"
export HOMEBREW_API_DOMAIN="https://mirrors.ustc.edu.cn/homebrew-bottles/api"
export HOMEBREW_BOTTLE_DOMAIN="https://mirrors.ustc.edu.cn/homebrew-bottles/bottles"
//安装brew
/bin/bash -c "$(curl -fsSL https://gitee.com/ineo6/homebrew-install/raw/master/install.sh)"安装完成,想要恢复默认值怎么办,可以执行下面的代码
1
2
3
4
5
6
7git -C "$(brew --repo)" remote set-url origin https://github.com/Homebrew/brew.git
git -C "$(brew --repo homebrew/core)" remote set-url origin https://github.com/Homebrew/homebrew-core.git
git -C "$(brew --repo homebrew/cask)" remote set-url origin https://github.com/Homebrew/homebrew-cask.git
brew updatehexo Failed to connect to github.com port 443: Timed out 错误解决
将hexo _config.yml里的git地址由https://github.com/xxx修改为ssh git@github.com:xxx/xxx也可以。
打赏支持
“如果你觉得我的文章不错,不妨鼓励我继续写作。”
macbook Air 小问题解决
https://dreamoneyou.github.io/2024/macbookair小问题解决/