Git 游离态的一次问题解决
Posted mozq
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Git 游离态的一次问题解决相关的知识,希望对你有一定的参考价值。
jie@mozq MINGW64 /d/0xcEdu/xcEduService01 ((20ce6a5...))
$ git branch -v
* (HEAD detached at 20ce6a5) 20ce6a5 eureka高可用 bug1 -DPORT=50102 -DEUREKA_SERVER=http://localhost:50101/eureka/ -DEUREKA_DOMAIN=eureka02 原因:必须使用defaultZone中的主机必须使用hostname中的配置。
master 20ce6a5 eureka高可用 bug1 -DPORT=50102 -DEUREKA_SERVER=http://localhost:50101/eureka/ -DEUREKA_DOMAIN=eureka02 原因:必须使用defaultZone中的主机必须使用hostname中的配置。
jie@mozq MINGW64 /d/0xcEdu/xcEduService01 ((20ce6a5...))
$ git checkout master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
jie@mozq MINGW64 /d/0xcEdu/xcEduService01 (master)
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean
jie@mozq MINGW64 /d/0xcEdu/xcEduService01 (master)
$ git branch -v
* master 20ce6a5 eureka高可用 bug1 -DPORT=50102 -DEUREKA_SERVER=http://localhost:50101/eureka/ -DEUREKA_DOMAIN=eureka02 原因:必须使用defaultZone中的主机必须使用hostname中的配置。
以上是关于Git 游离态的一次问题解决的主要内容,如果未能解决你的问题,请参考以下文章
Git HEAD detached from XXX (git HEAD 游离) 解决办法
git submodule 游离分支(detached)产生原因及解决办法
intellij idea git rebase冲突不显示提示框git出现游离head的解决方法