Why I have to put password after written in consol: git fetch or git pull? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why I have to put password after written in consol: git fetch or git pull?

Git

8th Jul 2020, 9:41 PM
Szymon
Szymon - avatar
5 Answers
+ 1
Because fetch, pull and push are operations on the remote repository, which is protected. You can store your password locally in config to improve your workflow.
8th Jul 2020, 9:59 PM
Sandra Meyer
Sandra Meyer - avatar
+ 1
Sandra thx so much, I didn't know about this
8th Jul 2020, 10:01 PM
Szymon
Szymon - avatar
+ 1
What I have to do to improve my workflow?
8th Jul 2020, 10:19 PM
Szymon
Szymon - avatar
+ 1
I've always had the problem that I had to do this for each project, if you find a better solution - please let me know it 😉
8th Jul 2020, 10:25 PM
Sandra Meyer
Sandra Meyer - avatar