主页

ubuntu 安装 git

2025-02-23 11:21AM

1. 更新软件包列:

$ sudo apt update

2. 安装git

$ sudo apt install git 

3. 查看git版本

$ git --version  

4. 设置用户名和邮箱

$ git config --global user.name "Your Name"
$ git config --global user.email "your.email@example.com" 

返回>>

登录

请登录后再发表评论。

评论列表:

目前还没有人发表评论