Unable to Publish from Github Desktop Application to github.com
Asked Answered
G

1

5

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
Genotype answered 4/10, 2018 at 18:8 Comment(0)
G
18

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.

Genotype answered 4/10, 2018 at 18:11 Comment(1)
It save my 1 day! Thanks. It's really help me a lot.Ardeha

© 2022 - 2024 — McMap. All rights reserved.