摘要: 升级 OpenSSH 后迁出报错 $ git pull Unable to negotiate with 47.98.49.44 port 22: no matching host key type found. Their offer: ssh-rsa fatal: Could not read 阅读全文
posted @ 2021-11-08 14:23 xiaobeiquan 阅读(3069) 评论(2) 推荐(0) 编辑
摘要: 安装 homebrew 参考: https://www.cnblogs.com/bbqblog/p/15521986.html 通过 homebrew 安装java brew install --cask adoptopenjdk11 阅读全文
posted @ 2021-11-07 22:07 xiaobeiquan 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 如果使用github的源原因大家知道, 所以国内推荐使用下面的国内源: 苹果电脑 常规安装脚本(推荐 完全体 几分钟安装完成): /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh) 阅读全文
posted @ 2021-11-07 22:06 xiaobeiquan 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 生成 密钥对 ssh-keygen -t rsa -b 1024 -f yourkeyname -C "备注" ➜ ~ ssh-keygen -t rsa -b 1024 Generating public/private rsa key pair. Enter file in which to s 阅读全文
posted @ 2021-11-07 21:06 xiaobeiquan 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 首先 setup-x86_64.exe 勾选 zsh 安装 安装 oh-my-zsh sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" 设置环境变 阅读全文
posted @ 2021-11-07 18:41 xiaobeiquan 阅读(148) 评论(0) 推荐(0) 编辑