Github desktop authorication failed -- maybe affect other applications as well

I follow this to set the default browser as chrome, as disable the required password whenever boot the computer. Then later I found this:

Authentication failed. Some common reasons include:

- You are not logged in to your account: see File > Options.
- You may need to log out and log back in to refresh your token.
- You do not have permission to access this repository.
- The repository is archived on GitHub. Check the repository settings to confirm you are still permitted to push commits.
- If you use SSH authentication, check that your key is added to the ssh-agent and associated with your account.
- If you use SSH authentication, ensure the host key verification passes for your repository hosting service.
- If you used username / password authentication, you might need to use a Personal Access Token instead of your account password. Check the documentation of your repository hosting service.

whenever I want to fetch or pull. If I choose to sign in browser (seems the only option…), the error appeared.

Error calling StartServiceByName for org.freedesktop.secrets: Failed to execute program org.freedesktop.secrets: No such file or directory

Any idea? Thank you!

Thank you for providing this. I went it over before and just though it was about ssh authorization things… but now I figured out that it can be manually set .git/config url as url=https://username:token@github.repo.git. Then everything worked again.

just do not know why this authorization happened and hopefully not impact other applications…

I think the best way to solve this would be

sudo pacman -S gnome-keyring libsecret

referred by here

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.