Git 安装与配置 一键安装 pinstaller install git 验证 git --version 基本配置 ```bash git config --global user.name "Your Name" git config --global user.email "you@example.com"