git修改賬號密碼-命令行


查看原用戶名

$ 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文檔

http://git.mydoc.io/?t=154712

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM