EN
Linux save git credentials globally
3
points
Quick solution:
git config --global credential.helper store
Be careful, this command will store password for all git repositories, if we want to set password for single repository, we can use:
git config credential.helper store