赞
踩
安装,除了安装位置外,其他一直下一步即可
git config --global user.name "Your Name" #用户名 git config --global user.email "email@example.com" #邮箱 #查看信息 git config -l
测试:cmd中执行,查看git版本