摘要: Git快速入门 满汉全席之前 产看Git版本号 git -v 绑定用户信息 #绑定用户名 git config --global user.name "这里填你的名字" #绑定用户邮箱 git config --global user.email "这里填你的邮箱" 正式使用Git 创建一个本地的Git项目仓库 # 阅读全文
posted @ 2025-01-01 19:33 JosiahBristow 阅读(8) 评论(0) 推荐(0)