Linux 安装 git

安装:

sudo apt-get install git

配置:

 git config --global user.name "用户名"

 git config --global user.email "邮箱"

 

posted @ 2020-09-01 09:31  牛郎  阅读(126)  评论(0编辑  收藏  举报