zl程序教程

您现在的位置是:首页 >  工具

当前栏目

git工具

2023-09-14 09:02:12 时间

windows版地址:
https://git-for-windows.github.io/

安装完成后,在开始菜单里找到“Git”- “Git Bash”
执行
$ git config --global user.name "Your Name"
$ git config --global user.email "email@example.com"