vs code 保存git用戶名密碼(圖文教程)

1. 文件-->首選項-->設置,搜索git,在setting.json中添加 2. 配置git 路徑  3. git bush中設置Git 全局設置: git config --global user.name "用戶名"  git config --global user.email "用戶郵箱" 4.  第一次獲取代碼後,需要輸入 用戶名密碼 ,然後 執行 git config --glob
相關文章
相關標籤/搜索