GitHub安装
一、在安装之前,需要注册一个GitHub帐号。(网址:https://github.com/)
二、window安装(网址:https://gitforwindows.org/);
(1)、安装过程:

(2)、

(3)、 ......................都是Next下一步。
(4)、

(5)、....................Next下一步直到完成安装。
三、将git Window bin路径的环境变量配置到Path路径(E:\Git Window\Git\bin);
四、设置git Window的用户名和邮箱。
(1)、右键——> Git Bash Here。
(2)、设置用户名:git config --global user.name "用户名" ———>回车
(3)、设置邮箱:git config --global user.email "邮箱号" ———>回车
(4)、设置完成后,找到C:\Users\Administrator中的.gitconfig就可以查看用户名的邮箱号。
浙公网安备 33010602011771号