摘要: 全局设置 git config --global user.name "寂寞的钢蛋儿" git config --global user.email "guanchaoguo@qq.com" 创建 git 仓库: mkdir test cd test git init touch README.md 阅读全文
posted @ 2024-01-09 14:20 vx_guanchaoguo0 阅读(6) 评论(0) 推荐(0) 编辑