cb_admin icon indicating copy to clipboard operation
cb_admin copied to clipboard

rebar get-deps can't get erlang-uuid dependency

Open dongyuwei opened this issue 9 years ago • 6 comments
trafficstars

when run ./rebar get-deps, I got this error report:

Pulling uuid from {git,"git://gitorious.org/avtobiff/erlang-uuid.git",
                       {tag,"9cfe9666f1"}}
Cloning into 'uuid'...
fatal: unable to connect to gitorious.org:
gitorious.org[0: 64.13.172.37]: errno=Connection refused

ERROR: git clone -n git://gitorious.org/avtobiff/erlang-uuid.git uuid failed with error: 128 and output:
Cloning into 'uuid'...
fatal: unable to connect to gitorious.org:
gitorious.org[0: 64.13.172.37]: errno=Connection refused

It seems git://gitorious.org/avtobiff/erlang-uuid.git is not accessible any more?

dongyuwei avatar Sep 24 '16 15:09 dongyuwei

I test it from China and Japan tokyo, got the same error.

dongyuwei avatar Sep 24 '16 15:09 dongyuwei

Maybe try using another dns?

kkoci avatar Oct 02 '16 06:10 kkoci

can't access it even using 8.8.8.8 DNS server

dongyuwei avatar Oct 06 '16 07:10 dongyuwei

I don't know the details of what's going on with gitorious, but if you used HTTPS, it appears to clone properly:

Change

git://gitorious.org/avtobiff/erlang-uuid.git

to

https://gitorious.org/avtobiff/erlang-uuid.git

And see if that works.

choptastic avatar Oct 06 '16 19:10 choptastic

@choptastic thank you, it works now after switched to https. boss_db/rebar.config should be updated.

dongyuwei avatar Oct 07 '16 02:10 dongyuwei

https://github.com/ErlyORM/boss_db/blob/master/rebar.config#L33 already updated. so cb_admin's deps should be updated.

dongyuwei avatar Oct 07 '16 02:10 dongyuwei