Git Push y tire de no pedir contraseña


sudo vim .git/config

url = https://username:[email protected]


git remote set-url origin [email protected]:gitusername/projectname.git
Disgusted Dragonfly