git配置global信息
生活随笔
收集整理的這篇文章主要介紹了
git配置global信息
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
git 執行提交時,提示用戶輸入用戶和郵箱
git commit -m '*add newCat file' newCat/
*** Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
總結
以上是生活随笔為你收集整理的git配置global信息的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 国内开源软件镜像网站大全
- 下一篇: 失败案例