git配置用户和邮箱

2021-10-26  本文已影响0人  小白lf

查看git用户配置

git config user.name

查看git邮箱配置

git config user.email

配置git用户

git config --global user.name "Your name"

配置git邮箱

git config --global user.email "Your eamil"
上一篇下一篇

猜你喜欢

热点阅读