Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to Publish from Github Desktop Application to github.com

While trying to publish from Github desktop app to github.com am getting the following error.

GitHub Desktop was unable to store the account token in the keychain. Please check you have unlocked access to the 'login' keychain.

  • relogin didnt help.
  • Updating Github desktop didn't help.
  • Deleted all the entries regarding github in Keychain tool
like image 499
Nizamudeen Sherif Avatar asked Oct 04 '18 18:10

Nizamudeen Sherif


1 Answers

This seems to be caused by the Keychain being in an invalid state, affecting applications that try to use the keychain to store or retrieve credentials. Seems to be specific to macOS High Sierra and Mojave.

Workaround:

  • Open Keychain Access.app
  • Right-click on the login keychain and try locking it
  • Right-click on the login keychain and try unlocking it
  • Sign into your GitHub account again

and it works like charm.

like image 93
Nizamudeen Sherif Avatar answered Jan 03 '23 23:01

Nizamudeen Sherif