其实也还可以啊,这确实是git,只不过借助了github平台去发布项目而已,可以粗略的认为,github是自己借的一个服务器,你可以往放上面放git项目,
对了,这集用了git客户端去下载,提交git项目,我更建议用myclipse,或者eclipse,附上我百度的链接https://blog.csdn.net/qq_23167527/article/details/60765020
对了,这集用了git客户端去下载,提交git项目,我更建议用myclipse,或者eclipse,附上我百度的链接https://blog.csdn.net/qq_23167527/article/details/60765020
2018-08-11
https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/0013743256916071d599b3aed534aaab22a0db6c4e07fd0000 建议大家看廖雪峰的文档
2018-07-17
error: while accessing https://github.com/maoqiu123/HelloWorld.git/info/refs
fatal: HTTP request failed
fatal: HTTP request failed
2018-05-12
修改环境变量
# sudo vim /etc/profile
在最后一行添加
export PATH=/usr/local/git/bin:$PATH
保存后使其立即生效
# source /etc/profile
查看是否安装成功
#git --version
再次执行git clone
插曲三、当使用git clone时SSL conection error,fatal: unable to access : SSL connect error,使用yum update -y nss curl libcurl解决之
总算是把github上的东西检出到本地了。
# sudo vim /etc/profile
在最后一行添加
export PATH=/usr/local/git/bin:$PATH
保存后使其立即生效
# source /etc/profile
查看是否安装成功
#git --version
再次执行git clone
插曲三、当使用git clone时SSL conection error,fatal: unable to access : SSL connect error,使用yum update -y nss curl libcurl解决之
总算是把github上的东西检出到本地了。
2018-04-14