-
Notifications
You must be signed in to change notification settings - Fork 163
[QUESTION] Fatal: could not read from remote repository, SSH issue? #575
Comments
I have same problem |
I'm at a loss. I've uninstalled the git-plus package, reinstalled Atom, even dumped the .atom/ folder, but nothing has helped so far. |
Do you have ssh setup so it doesn't require you to enter your credentials? That's the first thing to check because currently the package favors an ssh setup like that because you can't enter input to the git commands. I plan to update to MacOs Sierra in the next couple of days and maybe I'll have the same experience |
Yes, all OpenShift is handled with ssh, no credentials required. For example, if I use Terminal to Right on, let me know how it goes. Thanks for responding! Cheers and happy holidays! |
I'm unfamiliar with OpenShift and I don't think I fully understand what your setup is. What stands out to me in your response though is that pushing from the terminal requires you to enter your credentials, which would also be true with this package as well. The package is spawning a shell process to execute git commands so the behavior will be the same as in the terminal. So if you do need to enter your credentials from the terminal, that is probably the source of the problem. |
I think this annoyance may be related by recent macOS 10.12 Sierra changes to ssh. See this stackoverflow thread for more info. TL;DR workaround: Basically,
|
Thanks @icflorescu! I just upgraded to Sierra and had the same problem. |
You're welcomed, @akonwi, and thanks for doing an extraordinary job with git-plus! One of the most useful atom plugins out there, definitely. Be advised that |
Thanks @icflorescu this worked like a charm. Will need to give |
Have to thank @icflorescu after going round in circles for ages trying to solve this! |
I am new to Atom and fear that I not installed everything I need. Atom will neither push or pull. I am running MacOS 10.13.4. I installed <PJO:~ PJO$ ~/.ssh/config <PJO:PJOssenbruggen.github.io PJO$ ssh-add -K I pushed changes from my Mac to GitHub with Atom. The wheel spins and gives no indication that it is not working. Any help would be appreciated. |
I ' ve came into this problem for ages. |
Atom plus git-plus has made life so much easier. Yet, after the recent macOS Software Update (10.12.2) git-plus is having trouble reaching my remote OpenShift git repository.
Steps to reproduce:
git push results in:
Permission denied (publickey,gssapi-keyex,gssapi-with-mic). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
Wonder if this is an SSH issue, but I'm able to successfully push (to this repository) from the terminal and another app. Any insights you have would be greatly appreciated! Thanks!
The text was updated successfully, but these errors were encountered: