会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
xiaobeiquan
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
2021年11月8日
Git - OpenSSH 升级后报错解决 - Unable to negotiate with 47.98.49.44 port 22: no matching host key type found. Their offer: ssh-rsa
摘要: 升级 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
阅读(3122)
评论(2)
推荐(0)
2021年11月7日
Java - MacOS 安装java
摘要: 安装 homebrew 参考: https://www.cnblogs.com/bbqblog/p/15521986.html 通过 homebrew 安装java brew install --cask adoptopenjdk11
阅读全文
posted @ 2021-11-07 22:07 xiaobeiquan
阅读(172)
评论(0)
推荐(0)
Mac - MacOS 安装 homebrew
摘要: 如果使用github的源原因大家知道, 所以国内推荐使用下面的国内源: 苹果电脑 常规安装脚本(推荐 完全体 几分钟安装完成): /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)
阅读全文
posted @ 2021-11-07 22:06 xiaobeiquan
阅读(125)
评论(0)
推荐(0)
Cygwin - ssh-keygen
摘要: 生成 密钥对 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
阅读(259)
评论(0)
推荐(0)
Cgywin - 安装 zsh
摘要: 首先 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
阅读(217)
评论(0)
推荐(0)
上一页
1
2
公告