Git for Windows (Git Bash), OS Windows 7. Computer is in the domain of company.
For opportunity of getting GitHub repositories I added these settings in my .gitconfig
file:
[http]
proxy = http://HYPROSTROY\\Developer:my_password@proxy2:8080
[https]
proxy = https://HYPROSTROY\\Developer:my_password@proxy2:8080
It works fine, when I launch something like
git clone https://github.com/nunit/nunit.git
But I don't want to save my password in the .gitconfig
. I want Git Bash asking me about my password (it is more safe). How can I do that?