首页
新闻
博问
专区
闪存
班级
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
lukelmouse
博客园
首页
新随笔
联系
订阅
管理
2022年5月6日
Git 配置 & 加速
摘要: Git 配置 # 全局 name git config --global user.name "John Doe" # 全局 邮箱 git config --global user.email johndoe@example.com ssh-keygen -t rsa -C "你的邮箱" # 然后把
阅读全文
posted @ 2022-05-06 10:04 lukelmouse
阅读(6)
评论(0)
推荐(0)
编辑