- 
      
- 
        Save BodhiHu/dec5b4d56c6871fbe889b85c77d354e3 to your computer and use it in GitHub Desktop. 
Revisions
- 
        taoyuan revised this gist Apr 29, 2020 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,7 @@ # 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:// 
- 
        taoyuan created this gist Feb 4, 2016 .There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ git config --global url."https://github.com/".insteadOf [email protected]: git config --global url."https://".insteadOf git://