码迷,mamicode.com
首页 > 其他好文 > 详细

Git 游离态的一次问题解决

时间:2019-08-27 19:27:40      阅读:80      评论:0      收藏:0      [点我收藏+]

标签:tac   status   switch   解决   ranch   code   comm   stat   dom   

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 游离态的一次问题解决

标签:tac   status   switch   解决   ranch   code   comm   stat   dom   

原文地址:https://www.cnblogs.com/mozq/p/11420033.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!