Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在多次尝试提交然后同步后,我的一些文件不会同步到我的 Github 帐户。我没有收到错误消息,但在单击“同步”后,这些文件从未出现在我的帐户中。
截图:
调试这种行为的最简单方法是直接从 GitHub for Windows 打开一个 shell:
然后,您可以检查以下结果:
git status git add -A git commit -m "new commit" git push