git设置用户名和邮箱

2023-11-03  本文已影响0人  意随风起

设置全局的用户名和邮箱

git config --global user.name "Your Name"
git config --global user.email "your.email@example.com"

设置当前项目的用户名和邮箱

git config user.name "Your Name"
git config user.email "your.email@example.com"
上一篇 下一篇

猜你喜欢

热点阅读