usunyu   Stay hungry. Stay foolish.

How to fix Git always asking for user credentials

Make Git store the username and password and it will never ask for them:

git config --global credential.helper store

Resource: