Skip to content

Instantly share code, notes, and snippets.

View Robogeek95's full-sized avatar
๐ŸŒ
Somewhere on earth

Azeez Lukman Robogeek95

๐ŸŒ
Somewhere on earth
View GitHub Profile
@Robogeek95
Robogeek95 / npm-using-https-for-git.sh
Created October 21, 2022 23:05 — forked from taoyuan/npm-using-https-for-git.sh
Force git to use https:// instead of git://
# npm using https for git
git config --global url."https://github.com/".insteadOf [email protected]:
git config --global url."https://".insteadOf git://
# npm using git for https
git config --global url."[email protected]:".insteadOf https://github.com/
git config --global url."git://".insteadOf https://