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": []
}
Another GitHub permission denied issue. Same root issue as #14.