lunix或者centos服务器下如何下载自己在github上面的项目代码

一、通过git下载

1、若电脑未安装git,需先安装git

查看系统是否已经安装git

git --version

2、CentOS7 yum 安装git

yum install -y git

卸载git

yum remove git

3、从github上找到下载地址

4、开始下载,例如:

git clone https://github.com/happyfish100/libfastcommon.git

二、通过zip下载,如下说明

https://www.cnblogs.com/wl843022618/p/6422755.html

猜你喜欢

转载自blog.csdn.net/zhizhuodewo6/article/details/82996032