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

如上面这部分内容

原文地址:https://www.cnblogs.com/fordreamxin/p/4311239.html