Answer the question
In order to leave comments, you need to log in
How can I push data to github server without using tortoiseGit?
Hello. I am using git. ssh
I have this problem:
When I type git push origin master in the console it says
Permission denied (public key).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Answer the question
In order to leave comments, you need to log in
In order not to enter a password, generate keys for exchanging repositories via ssh - https://help.github.com/articles/connecting-to-git... + https://git-scm.com/book/ru/v1/Git -%D0%BD%D0%B0-%D...
You can also change repositories via Https, but then you have to enter a password.
There is a feeling that you have https configured from the client, and from the console you are trying to send via ssh (but the key was not generated).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question