mondyjosh / ansible

Workstation configuration for mondyjosh, powered by Ansible!
Other
1 stars 0 forks source link

`Oh-My-Zsh | Plugins | Install zsh-autosuggestions` tasks fails on new Fedora workstation #14

Open mondyjosh opened 1 month ago

mondyjosh commented 1 month ago

Looks like there's a GitHub public key issue that needs to be resolved. Same root issue as #15.

TASK [zsh : Oh-My-Zsh | Plugins | Install zsh-autosuggestions] *********************************************************************************************
fatal: [127.0.0.1]: FAILED! => 
{
  "changed": false,
  "cmd": "/usr/bin/git ls-remote git@github.com:zsh-users/zsh-autosuggestions.git -h refs/heads/HEAD",
  "msg": "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.",
  "rc": 128,
  "stderr": "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.",
  "stderr_lines": [
    "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."
  ],
  "stdout": "",
  "stdout_lines": []
}