Git使用教程 已注销 2023-05-14 77 阅读1分钟 安装 Ubuntu20.04安装Git sudo apt update sudo apt install git git --version 配置 git config --global user.name "your_username" git config --global user.email "your_email" git config --global -l git clone <git_project_url>