查看用戶名:
git config user.name
查看用戶郵箱:
git config user.email
修改用戶名:
git config --global user.name "Your_username"
修改用戶郵箱:
git config --global user.email "Your_email"
user.name/user.email后需有一個(gè)空格
查看用戶名:
git config user.name
查看用戶郵箱:
git config user.email
修改用戶名:
git config --global user.name "Your_username"
修改用戶郵箱:
git config --global user.email "Your_email"
user.name/user.email后需有一個(gè)空格