You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why would you set it in config? Just clone with an https url instead. e.g. $ node -e "require('gift').clone('https://github.com/notatestuser/gift.git', 'gift', function(){})"
When I am behind a firewall, the clone operation times out:
Error: Command failed: Cloning into 'my-project'...
fatal: unable to connect to github.com:
github.com[0: 192.30.252.129]: errno=Operation timed out
Am I able to configure gift to do something like this?
git config --global url."https://github.com".insteadOf git://github.com
The text was updated successfully, but these errors were encountered: