首页
编程
java
php
前端
首页
编程
java
php
前端
github上commit的作者名字怎么改
为什么我commit之后发现commit名字不是我的github用户名?怎么修改呢
git config --global user.name
来设置
点击展开全文