linux下Git代码

1、安装git

yum -y install git

git --version (查看git版本)

2、git clone https://github.com/****

原文地址:https://www.cnblogs.com/yanghaotai/p/9554634.html