1. Common Opt $ git config --global -l //查看本地配置 $ git config --global user.name jack张三 //设置用户名 $ git config --global user.email jack@test.com //设置邮箱 $ Read More
posted @ 2021-12-09 11:02 ck_2016 Views(53) Comments(0) Diggs(0)