Hit the command below in the terminal
git config --global credential.helper store
ones this command is run, any git operation required credentials you do, credentials will be stored. Next time you don't need to put the credentials again.
Hit the command below in the terminal
git config --global credential.helper store
ones this command is run, any git operation required credentials you do, credentials will be stored. Next time you don't need to put the credentials again.