GitHub Desktop doesn't support repositories from SSH servers with password
See original GitHub issueThe problem
My git shell is working well fetching ,pushing ,pulling and doing all other required operations. I am also able to do all operations using eclipse->team in my repository but GitHub desktop showing authentication error.
these are my logs
2022-05-25T06:16:32.822Z - info: [ui] [RepositoryIndicatorUpdater]: Refreshing sidebar indicators for 4 repositories took 2.4s of which 0.0s paused, total 2.4s
2022-05-25T06:23:06.835Z - error: [ui] git -c credential.helper= fetch --progress --prune origin
exited with an unexpected code: 128.
stderr:
Permission denied, please try again.
Permission denied, please try again.
git@10.64.28.130: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
(The error was parsed as 2: 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.)
Release version
3.0.0
Operating system
windows 10
Steps to reproduce the behavior
No response
Log files
2022-05-24.desktop.production.log
Screenshots
No response
Additional context
No response
Issue Analytics
- State:
- Created a year ago
- Comments:46 (20 by maintainers)
Top GitHub Comments
Leave me alone please.
@cartoonsub if that repository is added to the list of repositories in Desktop, or if it’s a submodule of the repo you’re using, I guess
git
will try to fetch it and for that it will need your SSH credentials. Does that make sense?