Nostradamus
Nostradamus

Reputation: 1557

Xcode 10 github push broken?

Using Xcode 10 (not beta) and a paid GitHub account. I can't push a git update through Xcode to my account, from multiple different boxes - anyone else having an issue with Xcode pushes to GitHub?

Upvotes: 1

Views: 156

Answers (1)

VonC
VonC

Reputation: 1323095

If depends on the URL used, and if it was working before today (considering the recent GitHub outage)

For instance, if you are using an HTTPS URL, try and switch to an SSH one, as suggested here.
Check also if the same push would work from command line, as tried here.

As the OP Nostradamus confirms in the comments, XCode9 does not have this issue.

Upvotes: 1

Related Questions