Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dongyuwei opened this issue Sep 24, 2016 · 6 comments
Open

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

dongyuwei opened this issue Sep 24, 2016 · 6 comments

Comments

@dongyuwei
Copy link

dongyuwei commented Sep 24, 2016

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
Copy link
Author

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

@kkoci
Copy link

kkoci commented Oct 2, 2016

Maybe try using another dns?

@dongyuwei
Copy link
Author

can't access it even using 8.8.8.8 DNS server

@choptastic
Copy link
Contributor

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.

@dongyuwei
Copy link
Author

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

@dongyuwei
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants