git 修改賬戶和密碼

git config --list  這條命令可以查看到username和email 是否正確 git config --global user.name carson  這條命令設置用戶名(carson我的git用戶名) git config --global user.email [email protected]  這條命令設置郵箱 設置完成後再次查看git config --list 用戶
相關文章
相關標籤/搜索