spring boot搭建个人博客错误记录---持续更新

Posted 敲代码的xiaolang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring boot搭建个人博客错误记录---持续更新相关的知识,希望对你有一定的参考价值。

根据此位博主的专栏,很详细的讲解了从0到1搭建一个自己的博客系统:https://blog.csdn.net/m0_37779600/category_11433694.html?spm=1001.2014.3001.5515

笔者会根据此位博主的更新同时推进,主要记录自己动手时出现的问题,希望能帮助到更多的人。

错误一:
mysql不是内部或外部命令也不是可运行的程序或批处理文件的问题
解决方案:https://www.php.cn/mysql-tutorials-442866.html

错误二:
git push origin master 提示输入用户名和密码
解决方案:https://blog.csdn.net/qq_43827595/article/details/107577324

如果,你已经把https的地址给传上去了,此时可能无法直接接入SSH类型的 地址,你需要下面的做法:
https://blog.csdn.net/ingenuou_/article/details/107452638
先把库弄干净,然后重新链接:
https://blog.csdn.net/qq_36451496/article/details/103475478
可以顺手关闭那个验证,以后就不用再输入:
https://blog.csdn.net/qq_43842093/article/details/117422898?spm=1001.2101.3001.6650.4&utm_medium=distribute.pc_relevant.none-task-blog-2~default~CTRLIST~default-4.highlightwordscore&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2~default~CTRLIST~default-4.highlightwordscore

错误三:
Please make sure you have the correct access rights and the repository exists
解决方案:https://cloud.tencent.com/developer/article/1572090

错误四:
fatal: Could not read from remote repository.
解决方案:https://blog.csdn.net/weixin_40922744/article/details/107576748

错误五:
The authenticity of host ‘gitee.com (212.64.62.183)‘ can‘t be established. E
解决方案:https://blog.csdn.net/qq_42456998/article/details/114740398

错误六:
git 上传出现“ ! [rejected] master -> master (non-fast-forward)”
解决方案:https://blog.csdn.net/m0_37806112/article/details/82289606

错误七:
IntelliJ IDEA 找不到 git.exe
解决方案:https://blog.csdn.net/xzj80927/article/details/80662056

错误八:
idea更新git报错master has no tracked branch
解决方案:https://blog.csdn.net/sndayyu/article/details/120284846

错误九:
requested upstream branch ‘origin/master’ does not exist
解决方案:https://blog.csdn.net/jack22001/article/details/87946037

错误十:
pom.xml报错:inspects a maven model for resolution problems
解决方案:https://www.cnblogs.com/liuxinrong/p/12612339.html

错误十一:
No MyBatis mapper was found in ‘[启动类]’ package. Please check your configuration
解决方案:https://www.cnblogs.com/yangshaoxiang/p/12974555.html

错误十二:
Options-Xverify-none-and-noverify-were-deprecated-in-JDK-13
解决方案:https://blog.csdn.net/qyb19970829/article/details/110236884?ops_request_misc=%7B%22request%5Fid%22%3A%22163567151216780265434413%22%2C%22scm%22%3A%2220140713.130102334..%22%7D&request_id=163567151216780265434413&biz_id=0&utm_medium=distribute.pc_search_result.none-task-blog-2~all~baidu_landing_v2~default-1-110236884.pc_search_ecpm_flag&utm_term=Options+-Xverify%3Anone+and+-noverify+were+deprecated+in+JDK+13+and+will+likely+be+removed+in+a+future+release.&spm=1018.2226.3001.4187

以上是关于spring boot搭建个人博客错误记录---持续更新的主要内容,如果未能解决你的问题,请参考以下文章

Spring Boot制作个人博客-框架搭建(日志处理,页面处理)

Spring Boot制作个人博客-框架搭建(设计与规范,实体类构建)

Spring Boot制作个人博客-全局搜索

Spring Boot制作个人博客-后端管理(登录)

Spring Boot制作个人博客目录

Spring Boot制作个人博客目录