『Linux』安装Git
It has been 785 days since the last update, the content of the article may be outdated.
安装Git
- 通过yum命令在线安装git,执行如下指令:
plaintext
1 | yum list git 列出git安装包 |
- 通过上述指令,安装好git之后,可以通过
git --version
去验证git的环境。
Git克隆代码
plaintext
1 | cd /usr/local/ |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 KissSheep's Blog!
评论