git. Сменить работу с HTTPS на SSH
Смотрим, что доступ действительно на https:
git remote -v
Если ссылки начинаются с https:
origin https://github.com/name/test-ssh.git (fetch)
origin https://github.com/name/test-ssh.git (push)
Читать далее