摘要: 1、下载 git;https://git-scm.com 2、配置 git,进入 git bash(右键) 配置用户名 git config --global user.name "username" //(名字) 配置邮箱 git config --global user.email "usern 阅读全文
posted @ 2022-12-29 14:42 不是孩子了 阅读(22) 评论(0) 推荐(0)