About this question
I have been trying to use Git for a few days. But I cannot understand the process of saving username and password on the platform. Can I get any help regarding that?
I have been trying to use Git for a few days. But I cannot understand the process of saving username and password on the platform. Can I get any help regarding that?
Log in to share your answer and help other learners.
Log in to answerBest Answer · By JanBask Python Expert
Dhananjay Singh JanBask Expert
Answered on Sep 19, 2023
Saving username and Git config password may seem difficult. But we suggest you run the command: $ git config credential.helper store The next step is to pull. So, follow the next command: $ git pull Once that is done, you can provide the username and password, and remember both of them as these two will be required later.
After providing the username and password the system will store both of them in a text file present at ~/.git-credentials.
Free tutorials and interview questions from industry experts — learn the skill, then get ready to prove it.
Most-read guides across JanBask
Common Python interview questions, answered
Guides, tips and career advice on Python from JanBask experts.
Python How to Become a Python Developer: A Step-by-Step Guide for Beginners
Discover how to become a Python Developer via a practical 7-step guide build projects, maintain clean code, practice daily, and…
Python PCEP Certification Guide: Entry-Level Python Programmer Certification
Explore this PCEP certification guide for insights on cost, exam format, passing score, application, training, and study tips.…
Python Top 50+ Python Projects ideas for Beginners to Advanced
Discover innovative Python project ideas, explore advanced Python projects, and find good Python projects for beginners and…
Python How To Comment Out Multiple Lines In Python Like A Pro
Commenting out code is a common practice among programmers. It allows you to temporarily disable parts of your code without…