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://[email protected]/"]
insteadOf = https://github.com/
What else could I try?
But this thread mentions:
So check if you need to update your key in the system part of the keychain as well:
The OP confirms in the comments that cleaning up the keychain helped.