When being prompted to enter your git username and password repeatedly, store the information permanently.
1
git config credential.helper store
Once the credential.helper is activated, you’ll be asked once again to input the two credentials and will be stored permanently.