git push and utling не спрашивая пароль


sudo vim .git/config

url = https://username:password@repository-url.com


git remote set-url origin git@github.com:gitusername/projectname.git
Disgusted Dragonfly