随笔分类 -  Error

摘要:问题:Updates were rejected because the tip of your current branch is behind 在push代码时,遇到这种问题Updates were rejected because the tip of your current branch 阅读全文
posted @ 2020-10-20 10:20 樱阙诗汀 阅读(9216) 评论(0) 推荐(2)
摘要:错误:fatal: refusing to merge unrelated histories 中文意思就是拒绝合并不相关的历史, 解决 出现这个问题的最主要原因还是在于本地仓库和远程仓库实际上是独立的两个仓库。假如我之前是直接clone的方式在本地建立起远程github仓库的克隆本地仓库就不会有这 阅读全文
posted @ 2020-10-20 10:05 樱阙诗汀 阅读(600) 评论(0) 推荐(0)
摘要:问题:当我执行git push命令的时候,报错如下: fatal: The current branch master has no upstream branch. To push the current branch and set the remote as upstream 当前分支主服务器 阅读全文
posted @ 2020-10-20 10:00 樱阙诗汀 阅读(6082) 评论(0) 推荐(0)
摘要:MySQL数据库中1045错误解决方案[1045 Access denied for user 'root'@'localhost' (using password:YES)] 阅读全文
posted @ 2020-01-21 19:55 樱阙诗汀 阅读(16294) 评论(0) 推荐(0)