git - strange branch merge error that I am not sure how to solve

泄露秘密 提交于 2019-12-03 10:39:05
rm .DS_Store
git add -A
git commit -m "Added .gitignore file"

You'll also want to expressly add .DS_Store to your .gitignore so that when .DS_Storeis inevitably created in the future, it won't get in the way of your commits.

You probably don't care about .DS_Store. So, try to move it to .DS_Store.bak and pull again

I think you need to first add the files with add . then pull then commit and push

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!