В гитлабе был старый
SSH
ключ, который я оживил в
user_settings/ssh_keys
Но при попытке запушить, выдает ошибку
git@gitlab.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Из-за чего это происходит и как исправить?
Ключ на пк есть, ключ в гитлабе по дате оживлен, но ключ не хочет читаться.
С
git remote -v
всё в порядке, пути были добавлены с помощью
git init
git remote add origin git@gitlab.com:c7/trash.git
git remote set-url origin git@gitlab.com:c7/trash.git