终端或cmd配置git

可以使用“git config --global user.name “testname””来配置用户名,使用“git config --global user.email “[email protected]””来配置邮箱地址。

“git config --list”来查看当前的配置信息

你可能感兴趣的:(git,github)