Comment utiliser HTTPS dans l'installation NPM au lieu de SSH

git config --global url."https://github.com/".insteadOf [email protected]:
git config --global url."https://".insteadOf git://
Bhela