node version that use https instead of ssh install code example
Example: how to use https in npm install instead of ssh
git config --global url."https://github.com/".insteadOf [email protected]:
git config --global url."https://".insteadOf git://
git config --global url."https://github.com/".insteadOf [email protected]:
git config --global url."https://".insteadOf git://