设置全局提交信息 1 2 git config --global user.email "you@example.com" git config --global user.name "Your Name" 修改最后一次提交的用户名信息 ``git git config user.name ‘wangz’ git config user.email ‘wangz@alib.com’ git commit –amend –author=wangz 1 2 3 4 5 6 7 8 9 10 11 12 13 ### 项目过大问题 >git clone