DOUBIGROUP / qsong.github.io

唯美陌阡博客
https://hexo.xxrar.com
0 stars 0 forks source link

Git常用命令与基本操作 | 唯美陌阡博客 #83

Open DOUBIGROUP opened 4 years ago

DOUBIGROUP commented 4 years ago

https://hexo.xxrar.com/2018/05/06/Git%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4%E4%B8%8E%E5%9F%BA%E6%9C%AC%E6%93%8D%E4%BD%9C.html

Git基本配置及生成SSH Key配置Git用户名和邮箱123456git config user.name "用户名"git config user.email "邮箱"//全局git config --global user.name "用户名"git config --global user.email "邮箱"生成SSH key1ssh-keygen -t rsa -C "邮箱"然后根据提