K
K
Konstantin2019-06-28 09:58:47
git
Konstantin, 2019-06-28 09:58:47

Where is the password from git clone https://user:[email protected] stored?

Hello.
centos 7.6
Fulfilled the request

git clone https://user:[email protected]/my/path/name.git

On subsequent git pull it does not ask for a username/password.
Can you please tell me where git stores the login and password from this clone url?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
J
jcmvbkbc, 2019-06-28
@webmaster

Can you please tell me where git stores the login and password from this clone url?

So right in the remote and stores. Type git remote -v and take a look. Or look in .git/config.

A
Andrey, 2019-06-28
@VladimirAndreev

use ssh keys... and work with git via ssh

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question