Ubuntu安装git

来源:互联网 发布:linux查核指令 编辑:程序博客网 时间:2024/06/11 17:54

1、安装

sudo apt-get install git

2、配置用户名和邮箱

git config --global user.name "Your Name"git config --global user.email "Your email"
原创粉丝点击