会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
JacobYUN
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
git
git生成ssh公钥和本地配置
摘要:ssh公钥生成 ssh-keygen 设置邮箱账号 git config --global user.email "you@example.com" 设置码云昵称 git config --global user.name "Your Name"
阅读全文
posted @
2021-01-18 13:53
JacobYUN
阅读(281)
评论(0)
推荐(0)
本地项目和远程git仓库相连通
摘要:git init 初始化 git add . 添加所有文件 git commit -m '1' 提交文件 git remote add origin https://github.com/OliveKong/poster.git 连接远程仓库 git push -u origin master 把本
阅读全文
posted @
2020-11-19 16:49
JacobYUN
阅读(99)
评论(0)
推荐(0)
公告