zoukankan      html  css  js  c++  java
  • Hint: A potential Change-Id was found, but it was not in the footer (last paragraph) of the commit message

    git提交有冲突,解决冲突之后push出现如上的提示。

    解决办法:

    git commit --amend

    删除掉冲突相关的提示内容保存

        Conflicts:
    
            src/com/android/gallery3d/data/ImageCacheRequest.java
            src/com/android/gallery3d/data/LocalPanoramaImage.java
            src/com/android/gallery3d/data/PreCreatePanoramaThumbTask.java

    如上面这部分内容

  • 相关阅读:
    Jquery入门
    微服务
    数组
    流程控制
    GO的整型
    Go的巧记
    变量和常量
    Golang
    股票入市指南
    linux 命令行操作
  • 原文地址:https://www.cnblogs.com/fordreamxin/p/4311239.html
Copyright © 2011-2022 走看看