更新時間:2021年12月21日10時55分 來源:傳智教育 瀏覽次數(shù):
命令如下:
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(新的郵箱)"
猜你喜歡: