Thursday 10 December 2015

How to get Git using https:// instead of git://

The company network may have blocked the git:// protocol and a package manager like ngm may fail when attempting to update dependencies.

You can get Git to automatically use https:// instead of git:// in URL's.

git config --global url.https://.insteadOf git://