I just want to input the password only. Is there a way to avoid inputting username when git push with HTTPS?
With Git 1.7 and higher you can define your username and password before the address. Something like that:
git config remote.origin.url https://you:[email protected]/your/example.git
then you can define your user and password and don't need to enter them every time.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With