摘要: 配置用户名与邮箱 git config --global user.name "你的GitHub用户名" git config --global user.email "你的GitHub注册邮箱" 创建新 repo 在 Github 创建新的 repo。 提交 cd 你的项目文件夹路径 # 进入项目 阅读全文
posted @ 2025-05-10 13:24 QianXiquq 阅读(28) 评论(0) 推荐(0)