其實也還可以啊,這確實是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