desktop: Authentication Failed
Description
Authentication failed. You may not have permission to access the repository or the repository may have been archived. Open preferences and verify that you’re signed in with an account that has permission to access this repository.
Version
- GitHub Desktop: 1.5.1
- Operating system: macOS High Sierra 10.13.6
Steps to Reproduce
- Add repository to GitHub Desktop by local patch
- Select Fetch origin
Expected Behavior
Fetch repo, using same credentials retrieving anothe private repo which works fine.
Actual Behavior
Getting an authentication failed error which is stated in the description. Is this possible due to the SSH key having a passphrase? Weird as one private repo works fine but newly created repo does not. I tested through command line and no error occurs.
Additional Information
Click on fetch
Error Prompt

Logs
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 5
- Comments: 23 (11 by maintainers)
@AlexSchaeferBs Please fill a new issue and if possible, include your logs. Thank you!
@shiftkey Yes, the git config setup with the repo using https works but the git repo setup to use ssh w/ rsa w/ passphrase does not work using GitHub Desktop. How can we fix this as we require a passphrase to be HIPPA compliant when connecting? Otherwise, I will need to continue to use SourceTree as that works just fine.