简体   繁体   中英

File will not sync after committing in GitHub Windows client?

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:

Github远程屏幕

Github本地屏幕

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM