- 博客(4)
- 收藏
- 关注
原创 拉取git云项目并上传到自己git仓库
2.如果仓库干净,就不用进行这步,如果存在其他文件(如 README.md等),需要执行rebase,命令:git pull --rebase origin master。如果有远程信息(git云的地址信息) 使用 git remote rm origin 删除。之后再使用 git remote add origin git仓库地址 进行添加。使用 git remote add origin git仓库地址。输入 rm -rf .git 移除项目以前的git目录信息。
2024-03-31 13:41:07 429 1
原创 运行vue项目时提示“Error: error:0308010C:digital envelope routines::unsupported“
这个错误应该是node版本太高了。2.运行完成后直接启动项目。
2024-03-30 14:41:18 292
原创 SpringBoot连接数据库报错:Access denied for user ‘root‘@‘localhost‘ (using password: YES)
SpringBoot连接数据库报错:Access denied for user ‘root’@‘localhost’ (using password: YES)springboot项目连接数据库的时候报错,大概意思是被拒绝访问了大多数给yml配置中的password加双引号就行了但是还有一种情况SpringBoot连接数据库报错:Access denied for user ‘***’@‘localhost’ (using password: YES)它报三个*,这个就很恶心了!找了很久,大多
2021-03-30 21:54:51 3086 6
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人