** WINDOWS使用git的方法 ** 1、搭建git的方法 1、创建github的仓库 2、下载Git-2.31.1-64-bit.exe并安装 3、在客户端内执行的命令 git config --global user.name “你的名称” git config --global user.email “你的邮箱” git config --global --list //设置邮箱以及名称 ls ~/.ssh ssh-keygen -t rsa