摘要: 问题: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 樱阙诗汀 阅读(9109) 评论(0) 推荐(2) 编辑
摘要: Git remote 使用总结 使用场景:新建一个git仓储并与远程关联 1.初始化一个新的空的git仓储,并在仓储下做一些改动 mkdir gitDir cd gitDir/ git init touch file git status #查看当前未提交的改动 git add file git c 阅读全文
posted @ 2020-10-20 10:19 樱阙诗汀 阅读(980) 评论(0) 推荐(0) 编辑
摘要: 错误:fatal: refusing to merge unrelated histories 中文意思就是拒绝合并不相关的历史, 解决 出现这个问题的最主要原因还是在于本地仓库和远程仓库实际上是独立的两个仓库。假如我之前是直接clone的方式在本地建立起远程github仓库的克隆本地仓库就不会有这 阅读全文
posted @ 2020-10-20 10:05 樱阙诗汀 阅读(567) 评论(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 樱阙诗汀 阅读(6001) 评论(0) 推荐(0) 编辑