摘要: Gitee的网页底部footer里有相关教程https://gitee.com/ 1. 首次用git提交,配置全局选项 $ git config --global user.name "用户名" $ git config --global user.email "你的邮箱" 2. 提交 $ git 阅读全文
posted @ 2021-06-21 21:05 自在逍遥处 阅读(40) 评论(0) 推荐(0) 编辑