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中的配置。
    
  • 相关阅读:
    洛谷 P1284 三角形牧场WD
    luogu P3817 小A的糖果
    P3374 【模板】树状数组 1
    线程与threading模块
    socketserver模块
    python 粘包问题及解决方法
    python 网络编程
    类的进阶四 反射和内置方法
    python hashlib模块 logging模块 subprocess模块
    类的进阶三
  • 原文地址:https://www.cnblogs.com/mozq/p/11420033.html
Copyright © 2011-2022 走看看