摘要: 一、配置git git config --global user.name "用户名" # 请换成你自己的名字 git config --global user.email "邮箱" # 请换成你自己的邮箱 git config --global push.default simple # 我们要求 阅读全文
posted @ 2019-03-30 14:00 淡怀 阅读(3328) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/04606ea36be9 阅读全文
posted @ 2019-03-30 13:26 淡怀 阅读(2052) 评论(0) 推荐(0) 编辑
摘要: https://jingyan.baidu.com/article/9c69d48fe68cce13c9024e9c.html修改远程仓库的地址:https://blog.csdn.net/u011136197/article/details/79429000/ 备注: 如果push被拒绝 在自己项 阅读全文
posted @ 2019-03-30 13:16 淡怀 阅读(216) 评论(0) 推荐(0) 编辑