JuliaIDE / Julia-LT

Julia plugin for Light Table
57 stars 7 forks source link

Tutorial.jl and Pkg.add("Gadfly") #186

Open Colkerr opened 9 years ago

Colkerr commented 9 years ago

Taking a first look at Julia, downloaded Juno, started on the tutorial that appears. I don't get very far before it fails to load Gadfly. I don't know what I should quote as evidence. I can see fatal: unable to connect to github.com: github.com[0: 192.30.252.129]: errno=No error in the Console. I'm Windows 7, not using a proxy.

MikeInnes commented 9 years ago

Your best bet here would be to try the Pkg.add("Gadfly") from the terminal (there's an "open a terminal" command). If it doesn't work, you can try reporting the error to the Julia mailing list.

This kind of error is usually due to firewalls but I'm not sure how to work around that personally.