码迷,mamicode.com
首页 > 其他好文 > 详细

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:56      阅读:1755      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!