I am struggling to get my Xcode Server working using Xcode 14.2 It used to work, but since having to reset everything I keep getting the error:
Authentication failed because the credentials were missing
I've tried starting from scratch by deleting all Xcode entries from my keychain.
I've created an rsa SSH key as documented here
The cert has been added to my GitHub account as documented here
When I click Edit Bot...
in Xcode and select the Repositories
tab it successfully loads my repo. Yet when I click to Integrate
the bot, it fails with the auth error.
I've tried adding this to my GitHub config but it makes no difference:
[url "ssh://git@github.com/"]
insteadOf = https://github.com/
What else could I try?