更新時(shí)間:2021-12-21 來(lái)源:傳智教育 瀏覽量:
命令如下:
git config user.name
命令如下:
git config user.password
命令如下:
git config user.email
命令如下:
git config --global user.name "xxxx(新的用戶名)"
命令如下:
git config --global user.password "xxxx(新的密碼)"
命令如下:
git config --global user.email "xxxx@xxx.com(新的郵箱)"
猜你喜歡: