zoukankan      html  css  js  c++  java
  • 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中的配置。
    
  • 相关阅读:
    request:getParameter和getAttribute区别
    JSP登录页面大小
    单例模式详情
    关于HTML的总结
    遍历HashMap的四种方法
    三层开发原则
    java日期
    oracle6
    tomcat
    Linux命令
  • 原文地址:https://www.cnblogs.com/mozq/p/11420033.html
Copyright © 2011-2022 走看看