petere / pex

light-weight package manager for PostgreSQL
Other
98 stars 2 forks source link

pex init won't work #11

Open OlgaPaw opened 1 year ago

OlgaPaw commented 1 year ago
> pex init
fatal: unable to connect to github.com:
github.com[0: 140.82.121.4]: errno=Operation timed out
tsmith5 commented 1 year ago

Try forcing git to use https with these two commands first, then re-run pex init

git config --global url."https://github.com/".insteadOf git@github.com:
git config --global url."https://".insteadOf git://