
gitee
布道云原生
专注云原生技术栈。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
解决 Successfully created project '' on GitHub, but initial push failed: Could not read from remote re
https://blog.youkuaiyun.com/guyuealian/article/details/51558560转载 2019-01-22 00:09:26 · 1832 阅读 · 0 评论 -
git配置用户名密码、生成ssh key
1:配置用户名、密码 # 配置用户名 $ git config --global user.name author #将用户名设为author # 配置email $ git config --global user.email author@corpmail.com #将用户邮箱设为author@corpmail.com # 查看用户 $ git config --list 2:生成ssh...原创 2019-01-22 09:48:31 · 1867 阅读 · 0 评论