赞
踩
此步骤仅供参考,如有错误欢迎大家提出来,会逐步完善的哦
按照默认安装即可
win+R打开cmd输入git按enter键
出现很多东西表示环境搭建成功了
配置用户名
1.git config --global user.name “自己的用户名”
配置全局邮箱
2.git config --global user.email “输入自己的邮箱(建议输入自己的邮箱,这是用来接收邮件的)”
查看用户名
1.git config user.name
查看全局邮箱
2.git config user.email
1.File - - 》Settings- - 》Version Control - - 》Git
2.然后在Path to Git executable中选择你的git.exe(git.exe在bin里面可以找到)
3.选择路径以后点击Test,出现版本号即为成功(或者弹出一个版本号)如下图
4.然后Apply- - 》ok即可
1.File - - 》Settings- - 》Version Control - - 》GitHub
2.点击Add Account
3.随后会跳转网页输入自己在GitHub注册账号和密码,根据操作填写即可
4.然后Apply- - 》ok即可
5.出现头像表示绑定成功
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。