首页 > 其他 > 详细

Hint: A potential Change-Id was found, but it was not in the footer (last paragraph) of the commit message

时间:2015-03-03 16:33:52      阅读:823      评论:0      收藏:0      [点我收藏+]

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

如上面这部分内容

 

Hint: A potential Change-Id was found, but it was not in the footer (last paragraph) of the commit message

原文:http://www.cnblogs.com/fordreamxin/p/4311239.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!