Ubuntu Git安装及配置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu Git安装及配置相关的知识,希望对你有一定的参考价值。
步骤1:检查系统是否安装
输入命令:git
步骤2:安装
输入命令:sudo apt-get install git
步骤3:验证安装是否成功
输入命令:git --version
步骤4:配置
输入命令:
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
步骤5:查看配置信息
输入命令:git config --list
显示信息如下:
user.name=Your Name
[email protected]
以上是关于Ubuntu Git安装及配置的主要内容,如果未能解决你的问题,请参考以下文章
续:纠正:ubuntu7.04可以安装,而且完美的安装 ! for《Oracle-10.2.0.1,打补丁10.2.0.5:在 debian 版本4不含4以上,及 ubuntu 7.04不含(代码片段