关于Git的问题处理
must be "pom" but is "jar"
<packaging>pom</packaging>
Please move or remove them before you can merge.
Aborting
git clean -d -fx ""
其中
x -----删除忽略文件已经对git来说不识别的文件
d -----删除未被添加到git的路径中的文件
f -----强制运行
拒绝提交申请的时候 Git Merge Failed: refusing to merge unrelated histories
git merge devlop --allow-unrelated-histories
本文来自博客园,作者:diligently,转载请注明原文链接:https://www.cnblogs.com/luo12828-foxmail/p/16964052.html

浙公网安备 33010602011771号