Answer the question
In order to leave comments, you need to log in
What needs to be added here?
Всем здравствуйте! Такая ситуация. У меня есть ssh-ключ на github.com. Как мне его добавить в git Bash, чтобы делать git push на удаленный репозиторий? Я печатал в git Bash следующую команду git remote add origin [email protected]:Norton/exp.git
и попробовал сделать git push, но выдает ошибку fatal: The current branch master has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin master
Можно войти через логин и пароль, но как мне использовать имеющийся ssh-ключ для входа?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question