I know this question was asked before, and I looked at this link:
https://www.kernel.org/pub/software/scm/git/docs/git-credential-store.html
I'm really really not used to using the Git Gui application for Windows and the Git hub in general.
I “downloaded” the existing repository by entering the repository URL from the Git Hub website in the format https://github.com/projectname.git
To click on it, I will copy the folder files to the local Git directory, and then delete f5 in Git Gui and fix / click on the origin.
However, every time I want to click something, he asks me about my username and password. The manual says to create a text file named .git-credentials with your username and password in the specified format:
https: // user: pass@example.com
Question:
How do I associate a .git-credentials file with my Git Gui application? ... Do I use DOS? Or some git shell from somewhere? ...
Any help would be greatly appreciated ...
source share