git如何查看和切換賬號 1. 查看當前登錄賬號: git config user.name 2. 查看當前登錄郵箱: git config user.email 3. 修改用戶名和郵箱: git config -- ...