A
A
AlexILichev2021-09-02 09:30:41
GitHub
AlexILichev, 2021-09-02 09:30:41

How to make git not require password after git push?

Hello everyone
, I set up ssh access to my github, made a commit, no password was required. the next day after git push began to require a password again. How to make sure that the password is not requested. Windows 8 system

Answer the question

In order to leave comments, you need to log in

2 answer(s)
1
15432, 2021-09-02
@15432

most likely you configured a password on your ssh key when you created it. remove the password from the key or use pageant

U
unseriously, 2021-09-02
@unseriously

in the project folder:
git config credential.helper store

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question