git下載初次配置用戶名和郵箱

git config --global user.name “這裏面填你的名字如 zhangsan”
git config --global user.email “註冊git的郵箱如 [email protected]

查看

git config user.name
git config user.email

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章