Git配置用戶名、郵箱、密碼

配置用戶名:username git config --global user.name username 配置郵箱:user@email git config --global user.email user@email 配置密碼 git config --global credential.helper store 該命令會記住密碼,執行一次 git pull 或 git push 等須要輸入
相關文章
相關標籤/搜索