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.
我正在尝试将我最近的提交推送到我在 Bitbucket 上设置的 Git 存储库,并且由于某种原因它从不推送。
Xcode 只是卡在屏幕上说“Pushing Changes...”和“Preparing to Push Changes...”,但它永远不会完成。然后以“'Master' 的工作副本当前是最新的”结束。
但事实并非如此。
我已经做出了改变。
还尝试添加更多提交,但这也不起作用。
有什么建议么?
Git 并不总是与 Xcode 一起工作,通常是因为 Xcode 生成的垃圾文件(例如 xcworkspace 等),而且它通常有很多错误,所以我会尝试从命令行而不是通过 Xcode 推送(这也应该给你如果它不起作用,则会显示更详细的错误消息)。
尝试做一个 git add 然后 git commit