git

1.查看用户名和密码

git config user.name

git config user.email

2.修改用户名和密码

$ git config --global user.name "username"

$ git config --global user.email "email"

3.生成ssh密钥

$ ssh-keygen -t rsa -C "username"

 

 

 

posted @ 2017-11-14 12:42  uMBrELlAmRx  阅读(93)  评论(0编辑  收藏  举报