摘要: 简易的命令行入门教程: Git 全局设置: git config --global user.name "alice" git config --global user.email "alice_5865@163.com" 创建 git 仓库: mkdir vue_code cd vue_code 阅读全文
posted @ 2021-09-07 16:29 快乐的汤圆酱 阅读(29) 评论(0) 推荐(0) 编辑