Xcode git pull / push crash

When using the xCode IDE when selecting a file β†’ Initial Control β†’ Pull or click xcode crashes. The only workaround so far found for this is to download the organizer and select each repository and click "push", and then when the repository name displays the cancellation of the dialog. After repeating this for each repository, the usual push / pull options work fine until Xcode restarts, and then the process should be repeated.

This happens on all machines (4) in our office. Repositories are on github, and several repositories are uploaded for each project.

We have been using this work for a while, but as we get more storage, it becomes more of an annoyance. Any suggestions are welcome.

+5
source share
1 answer

I had the same problems with Xcode 4.3, so I used Xcode 4.4 and 4.5 for development (I still don’t close the show, so it doesn’t matter how I can not send my application using these versions).

An alternative would be to use an external source management tool; I would recommend SourceTree as it is free and works well. In addition, there is always a command line.

+2
source

All Articles