File will not sync after committing in GitHub Windows client?

会有一股神秘感。 提交于 2019-12-30 08:13:19

问题


Some of my files will not sync to my Github account after numerous attempts to commit and then sync. I don't get an error message, but the files never show up on my account after clicking on "sync".

Screenshots:


回答1:


The easiest way to debug that kind of behaviour is to open a shell directly from GitHub for Windows:

You can then check the result of:

git status
git add -A 
git commit -m "new commit"
git push


来源:https://stackoverflow.com/questions/18004489/file-will-not-sync-after-committing-in-github-windows-client

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