--
You received this message because you are subscribed to the Google Groups "elixir-lang-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elixir-lang-ta...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks. Is there a place for seeing the Mix log only?
Or I have to dig the system logs?
* Getting bcrypt (git://github.com/opscode/erlang-bcrypt.git)
Cloning into '/root/tmp/deps/bcrypt'...
remote: Counting objects: 427, done.
remote: Compressing objects: 100% (206/206), done.
remote: Total 427 (delta 193), reused 427 (delta 193)
Receiving objects: 100% (427/427), 582.50 KiB | 546.00 KiB/s, done.
Resolving deltas: 100% (193/193), done.
Checking connectivity... done.
* Getting uuid (git://github.com/okeuday/uuid.git)
Cloning into '/root/tmp/deps/uuid'...
remote: Counting objects: 378, done.
remote: Total 378 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (378/378), 96.27 KiB | 0 bytes/s, done.
Resolving deltas: 100% (176/176), done.
Checking connectivity... done.
And that is it. These two are all hosted on Github, and the remaining ones I am unable to get are all on Hex.pm (hosted by Amazon S3?). These includes:
{:phoenix, "0.7.2"}, {:linguist, "~> 0.1.4"}, {:cowboy, "~> 1.0.0"}, {:postgrex, ">= 0.0.0"}, {:ecto, "~> 0.4.0"},
The original file content can be viewed at:
https://github.com/jw2013/elixir-china/blob/master/mix.exs
https://github.com/jw2013/elixir-china/blob/master/mix.lock
----
Can you verify that the project on your machine where it works and the machine where it doesn't work are exactly the same?
Yes, I just fetch it directly from the Github.
Thanks for the additional information.
Can you run elixir -e ":inets_trace.enable(:max, 'trace.txt', :httpc)" -S mix deps.get. This runs the deps.get task with HTTP tracing enabled, the output will be in the trace.txt file. Please gist the file contents and link it here.