S
S
Sergey Beloventsev2018-05-29 10:57:49
git
Sergey Beloventsev, 2018-05-29 10:57:49

Why can't I pull on the server?

I was connected to a remote repository. I log into the server via ssh. I do a git pull.
this is how i get it

git pull
Password for 'https://[email protected]': // ввожу свой пароль от gita и получаю
remote: Invalid username or password. If you log in via a third party service you must ensure you have an account password set in your account profile.
fatal: Authentication failed for 'https://[email protected]/skavorodka/rtiger.git/'

the ssh key is there. What's wrong ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Ukolov, 2018-05-29
@Sergalas

the ssh key is there.
Well, you connect via the http protocol, and not via git, so whether you have a key or not is completely unimportant. Change the server address in .git/config to work via the git protocol.
What's wrong ?
Authentication failed.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question