cb_admin
cb_admin copied to clipboard
rebar get-deps can't get erlang-uuid dependency
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?
I test it from China and Japan tokyo, got the same error.
Maybe try using another dns?
can't access it even using 8.8.8.8 DNS server
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 thank you, it works now after switched to https.
boss_db/rebar.config should be updated.
https://github.com/ErlyORM/boss_db/blob/master/rebar.config#L33 already updated.
so cb_admin's deps should be updated.