步骤1:下载github客户端,请参考如下链接地址:https://git-for-windows.github.io/ 点击download即可。
步骤2:安装github客户端,请参考如下链接地址:http://jingyan.baidu.com/article/e52e36154233ef40c70c5153.html
步骤3:使用客户端提交代码,请参考如下地址:http://jingyan.baidu.com/article/f7ff0bfc7181492e27bb1360.html
补充说明(克隆代码到本地): git clone 仓库地址(git clone https://github.com/qimh2/java--web.git)
补充说明:首次上传项目需要在第5(git commit -m "changes log" )部这里,需要运行下面两行命令:
git config --global user.email "you@example.com"
git config --global user.name "Your Name" ,【登录github账号】,其他按步骤走就可以了。