摘要: git config --global user.name '用户名' git config --global user.email '邮箱' git clone '仓库地址' git add 文件名 git commit -m '提交信息' git push 推送至github git pull 阅读全文
posted @ 2020-02-23 21:11 Duanson 阅读(108) 评论(0) 推荐(0)