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:
On your computer, move the file you'd like to upload to GitHub into the local directory that was created when you cloned the repository. Open TerminalTerminalGit Bash. Change the current working directory to your local repository. Stage the file for commit to your local repository.
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With