Git-it Pull never out of date Error: Permission denied(publickey). fatal: · Issue #47817 · jlord/patchwork · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing Git-it Pull never out of date I get the follow error:
Error: Command failed: git fetch --dry-run git@github.com: Permission denied(publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
I'm not sure on what is happening but I suspect that it has to do with the command it says it runs:
$ git fetch --dry-run git@github.com
It doesn't actually clarify which repository it is trying to dry-run usually it would say:
$ git fetch --dry-run git@github.com:USERNAME/patchwork.git Again I'm not sure its just a suspicion, I've tried looking at my .ssh keys and don't think that that is it. And it would be great if someone could help me out. Thanks
The text was updated successfully, but these errors were encountered:
When doing Git-it Pull never out of date I get the follow error:
Error: Command failed: git fetch --dry-run git@github.com: Permission denied(publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
I'm not sure on what is happening but I suspect that it has to do with the command it says it runs:
$ git fetch --dry-run git@github.com
It doesn't actually clarify which repository it is trying to dry-run usually it would say:
$ git fetch --dry-run git@github.com:USERNAME/patchwork.git Again I'm not sure its just a suspicion, I've tried looking at my .ssh keys and don't think that that is it. And it would be great if someone could help me out. Thanks
The text was updated successfully, but these errors were encountered: