首页 > 开发 > linux > 正文

Ubuntu git安装使用

2017-02-06 20:52:33  来源: 网友分享

安装

sudo apt install git

配置用户名及邮箱

git config --global user.name [username]
git config --global user.email [email]