When I clone a repo with git clone https://username@domain.com/directory or when I push to it with git push origin master
Git asks me for a password, how I can automatically provide the password, like ssh keys for example ? So that it don't asks me for my password anymore ?
I need this for two reasons:
1)automation, hudson for example
2)I'm too lazy to provide it everytime by myself
Second question (it's related with the first one)
Why they asks sometimes twice for the password ?