$ git config --global user.name "leehongee" //给自己起个用户名
$ git config --globla user.email "leehongee@126.com" //填写自己的邮箱
设置Git用户信息
最新推荐文章于 2024-11-05 09:37:07 发布

$ git config --global user.name "leehongee" //给自己起个用户名
$ git config --globla user.email "leehongee@126.com" //填写自己的邮箱