git查看/修改當前用戶名和郵箱、記住密碼

打開git bash命令窗口 查看當前用戶名: git config user.name git 查看當前郵箱: git config user.email bash 記住密碼命令: git config credential.helper store 修改當前用戶名: git config  --global user.name "你的用戶名" 修改當前郵箱:  git config  --gl
相關文章
相關標籤/搜索