我提交了最新的更改并执行了git pull,但是在那之后,当我尝试git push时,我得到了一个错误
remote: error: invalid files
remote:
remote: hint: You have 1 invalid files in your Overleaf project:
remote: hint: biblio.bib (error)有什么调试或解决错误的技巧吗?
我试着用git push -f重写remote,但没有用。
发布于 2018-08-09 19:55:00
使用
git pull --rebase然后修复了合并冲突,使我可以通过push连接到远程。
https://stackoverflow.com/questions/51753275
复制相似问题