Pages

Friday, May 08, 2015

Force Git to use https:// instead of git://

Unable to clone tools using 'npm install' while behind a corporate proxy · Issue #6 · aurelia/framework
Put
    [url "https://"]
        insteadOf = git://
into your .gitconfig

No comments: