git提交缓存文件服务端无法pullerror: The fol

2019-11-06  本文已影响0人  jtw

本地提交,服务端pull报错

warning: Negative patterns are ignored in git attributes
Use '\!' for literal leading exclamation.
warning: Negative patterns are ignored in git attributes
Use '\!' for literal leading exclamation.
error: The following untracked working tree files would be overwritten by merge:
    runtime/debug/index.data
Please move or remove them before you merge.
Aborting

需要在服务端 git clean

git clean -d -fx runtime/debug/*
上一篇 下一篇

猜你喜欢

热点阅读