GIT - git push без пароля
Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
GIT - git push без пароля
$ git config credential.helper store $ git push https://github.com/user/repo1.git Username for 'https://github.com': <USERNAME> Password for 'https://[email protected]': <PASSWORD>
Задать хранение пароля только на 4 часа:
$ git config --global credential.helper 'cache --timeout 14400'