摘要:
1、git pull origin master --allow-unrelated-histories //把远程仓库和本地同步,消除差异 2、重新add和commit相应文件 3、git push origin master 4、此时就能够上传成功了 阅读全文
摘要:
把https模式换成ssh 用git remote -v查看使用的是https还是ssh等 $ git remote -v > origin https://github.com/USERNAME/REPOSITORY.git (fetch) > origin https://github.com/ 阅读全文
摘要:
上几张效果图,最后附上码云链接(我用的MySql数据库) https://gitee.com/waterkiller/qt-student-management-system.git 阅读全文