查看原用戶名
$ git config user.name
stephen
修改用戶名
$ git config --global user.name "you name"
修改郵箱
$ git config --global user.email "you email@qq.com"
修改密碼
$ git config --global user.password "zdm520168"
查看你新的用戶名
$ git config user.name
dz***
查看你的新郵箱
$ git config user.email
***@qq.com
查看你新郵箱
$ git config user.password
******
關於碼雲生成SSH文檔