Can't Push to Git Repository

后端 未结 2 1304
谎友^
谎友^ 2021-02-20 11:15

I am trying to push my recent commits to a Git repository that I have set up on Bitbucket, and for some reason it never pushes.

Xcode just gets stuck on the screen sayin

相关标签:
2条回答
  • 2021-02-20 11:46

    Git doesn't always work with Xcode, usually because of the crap files Xcode generates (eg xcworkspace etc), and it's pretty buggy in general, so I would just try pushing from the command line instead of through Xcode (which should also give you a more detailed error message if it doesn't work).

    0 讨论(0)
  • 2021-02-20 11:56

    Try doing a git add and then git commit

    0 讨论(0)
提交回复
热议问题