Home > Back-end >  Xcode -GitHub Authentication Failed
Xcode -GitHub Authentication Failed

Time:08-11

I'm trying to access GitHub through Xcode Preferences > Accounts > GitHub but every time I enter my email address and Personal Access Token it fails.

I entered (both manually and c p) the token from my GitHub in yellow

Xcode:

enter image description here

GitHub Personal access token section:

enter image description here

CodePudding user response:

After looking at your screenshot, it looks like you're uploading the access token name, not the actual access token key. I've provided an example below:

enter image description here

When you first create the token you'll have an option to see the key. The value that appears next to the permissions (what you have in yellow) is just the name of it.

  • Related