mondyjosh / ansible

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

`neovim : Neovim | Clone Nightly` task fails on new Fedora workstation #15

Open mondyjosh opened 2 months ago

mondyjosh commented 2 months ago

Another GitHub permission denied issue. Same root issue as #14.

TASK [neovim : Neovim | Clone Nightly] *********************************************************************************************
fatal: [127.0.0.1]: FAILED! => 
{
  "changed": false,
  "cmd": "/usr/bin/git ls-remote git@github.com:neovim/neovim.git -h refs/heads/nightly",
  "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": []
}