S
S
Sergey2021-11-01 00:17:50
GitHub
Sergey, 2021-11-01 00:17:50

How to login via github desktop?

I'm new to github, and initially created a repository and pushed data into it via the console. What surprised me was that I did not enter data from my github account anywhere.

Now, when I try to commit changes through the GitHub Desktop program, I can't login to push the changes. And through the console, I can still do it. The login and password that I use to enter the site do not match when logging in through the program. Where then can I get the data to enter the program?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Bannikov, 2021-11-01
@Quttar72

To work with git, you really need a different login + password, but it's better to use ssh keys:
https://qna.habr.com/q/964989#answer_1913237
This way you can work with your repositories on different servers (not only GH is ), from the console, and from the UI of your development environment.
To work with github through Github Desktop - use your usual login and password.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question