V
V
Vitaly Melnikov2018-09-06 20:35:07
GitHub
Vitaly Melnikov, 2018-09-06 20:35:07

Why isn't SSH for GitHub working?

Situation: I
enter the console, I type
ssh -T [email protected]
I receive the answer: Hi *****! You've successfully authenticated, but GitHub does not provide shell access.
Connection to ssh.github.com closed.
Next, I push:

git push origin master
fatal: HttpRequestException encountered.
   Произошла ошибка при отправке запроса.
Username for 'https://github.com':

What could be the problem?
Tell me what logs to watch or what to change?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladislav Klimanov, 2018-09-06
@Vmelnikoff

Most likely your origin leads to https, this may be if you cloned the project through and not through Check through You can change through
git remote set-url origin [email protected]:somerepo

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question