1.下載並安裝Git和圖形客戶端TortoiseGit
Git官網:https://gitforwindows.org/
TortoiseGit官網: https://tortoisegit.org/download/
2.創建git賬戶
在cmd下輸入命令創建用戶(勿使用中文):
git config --global user.name "用戶名"
git config --global user.email "郵箱"
查看賬號信息:git config --list
1.下載並安裝Git和圖形客戶端TortoiseGit
Git官網:https://gitforwindows.org/
TortoiseGit官網: https://tortoisegit.org/download/
2.創建git賬戶
在cmd下輸入命令創建用戶(勿使用中文):
git config --global user.name "用戶名"
git config --global user.email "郵箱"
查看賬號信息:git config --list
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。