I can't connect to my own repository; I have never changed the default security settings.
See original GitHub issueI am trying to setup my local Git repository so I can push updates to my GitHub repository. I am currently logged into GitHub, on the same machine that my local Git is on. I just went through the steps in the desktop app, (yes I am signed into the app with the same account) and was able to stage and compare, but I cannot commit; I get a message saying I don’t have permission?? It’s mine! I looked everywhere in GitHub settings, I don’t see any additional permissions I could possibly give myself.
“Authentication failed. You may not have permission to access the repository. Open options and verify that you’re signed in with an account that has permission to access this repository.”
GitHub Desktop Version 0.7.2 Windows 10
GitHub Desktop version: 0.7.2
OS version: Windows 10
Steps to Reproduce
- Log into GitHub Desktop
- Add local repository
- Write summary and description
- Leave default branch: master
- Click “Publish branch”
- Receive error message: “Authentication failed. You may not have permission to access the repository. Open options and verify that you’re signed in with an account that has permission to access this repository.”
The help documentation had nothing to suggest that I did not already do.
Expected behavior: [What you expected to happen]
Actual behavior: [What actually happened]
Reproduces how often: [What percentage of the time does it reproduce?]
Logs
No log was generated today.
Issue Analytics
- State:
- Created 6 years ago
- Comments:21 (6 by maintainers)
Top GitHub Comments
@I-keep-trying there’s a couple of things I’d like you to check to confirm nothing unexpected is occurring with your setup:
From the app, could you open View | Toggle Developer Tools when this occurs and share the underlying error? It should be logged to the console.
From the app, could you open File | Options and confirm you have a GitHub account registered? This is what my setup looks like:
Hi, I tried following your steps but I still have the error message shown in GitHub Desktop “The repository does not seem to exist anymore. You may not have access, or it may have been deleted or renamed.”
I can access the repo from the command line, just not through GitHub Desktop which is a bit annoying.
I have generated the new SSH key and added it to my GitHub account but I don’t see any step for making GitHub Desktop use the new SSH key?
I am on Ubuntu so I cannot use the alternate ssh program as suggested by steveward