## 查看本地目录:git config --list ## 全局设置用户名和邮箱 git config --global user.name 'xxxx' git config --global user.email 'xxxx' ## 配置密钥 ssh-keygen -t rsa -C '邮箱' 克隆:git clone 地址