摘要:
一、配置git git config --global user.name "用户名" # 请换成你自己的名字 git config --global user.email "邮箱" # 请换成你自己的邮箱 git config --global push.default simple # 我们要求 阅读全文
摘要:
https://www.jianshu.com/p/04606ea36be9 阅读全文
摘要:
https://jingyan.baidu.com/article/9c69d48fe68cce13c9024e9c.html修改远程仓库的地址:https://blog.csdn.net/u011136197/article/details/79429000/ 备注: 如果push被拒绝 在自己项 阅读全文