一、下载Git https://git-scm.com/下载傻瓜安装Git(勾选GUI和bash) 二、配置Git 1、在任意位置右键打开git的bash命令操作界面设置基础信息 https://gitee.com/progit/ 中文版的Git命令提示 ##开始Git的基本配置 git config --global user.name gn git config --global user.email it_everywhere@163.com git config --global http.sslVerify false 关闭加密证书的校验,自己生成的加密证书不要钱但是别人