Update the URL of origin remote like, using SSH instead HTTPS;
git remote set-url origin [email protected]:username/repo.git
You can also use;
git config --global credential.helper store
to make git store the username and password and it will never ask for them.