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"
登录
请登录后再发表评论。
评论列表:
目前还没有人发表评论
登录
请登录后再发表评论。
评论列表:
目前还没有人发表评论