You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Trying to log into GitHub in the "GitHub (preview)" with a generated authentication token fails.
Steps to Reproduce
Log out of GitHub
Click "Login" in the GitHub panel
Have 2FA enabled (not sure if this is related)
Generate fresh token
Click "Login" after pasting the token.
Expected behavior:
I get logged in.
Actual behavior:
Nothing happens, and the DevTools console throws this error:
Uncaught (in promise) Error: Command failed: security add-generic-password -s atom-github -a https://api.github.com -w 12345SECRETVALIDKEY12345 -U
security: SecKeychainItemModifyContent: The user name or passphrase you entered is not correct.
security: SecKeychainItemCreateFromContent (<default>): The user name or passphrase you entered is not correct.
at ChildProcess.exithandler (child_process.js:217:12)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:194:7)
at maybeClose (internal/child_process.js:899:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
Reproduces how often:
All of the times
Versions
macOS Sierra, v10.12.6
atom --version
Atom : 1.25.0
Electron: 1.7.11
Chrome : 58.0.3029.110
Node : 7.9.0
apm 1.19.0
npm 3.10.10
node 6.9.5 x64
atom 1.25.0
python 2.7.12
git 2.14.3
Additional Information
I have Two Factor Authentication (2FA) enabled for my account.