首页 > 系统服务 > 详细

mac 使用记录

时间:2020-04-04 14:09:51      阅读:53      评论:0      收藏:0      [点我收藏+]

iterm 配合 lrzsz 实现 上传下载

??点这里

homebrew 加速

homebrew 默认源的速度很慢,可以采用国内源加速,这里采用清华的源加速,文档在这里

替换上游

git -C "$(brew --repo)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git
git -C "$(brew --repo homebrew/core)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git
# cask 是brew用来管理一些图形界面的程序,默认可以不用。
git -C "$(brew --repo homebrew/cask)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-cask.git

brew update

复原

git -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 update

如何通过 macOS 恢复功能重新安装 macOS

Apple 官方文档 如何通过 macOS 恢复功能重新安装 macOS

Mac 下 chrome浏览器本地安装插件时出现"CRX-HEADER-INVALID"解决方法

Mac 下 chrome 浏览器本地安装插件时出现"CRX-HEADER-INVALID"解决方法

补充:Mac 下 chrome 插件打包
注意需要打开开发者模式,否则找不到 加载扩展程序
技术分享图片

mac 使用记录

原文:https://www.cnblogs.com/hiyang/p/12631579.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!