Hi,
I just downloaded the Juno IDE to give Julia a try. I'm going through the
initial tutorial, and when I try to run the line : Pkg.add("Images") [line
87], I get the following output:
INFO: Cloning cache of BinDeps from
git://github.com/JuliaLang/BinDeps.jl.git
fatal: unable to access 'https://github.com/JuliaLang/BinDeps.jl.git/': The
requested URL returned error: 403
I was getting a different error earlier about self-signed certificates, so
I ran
git config --global http.sslVerify false
Previous to that, I had to run this line to get anything to work at all:
git config --global url."https://".insteadOf git://
Not sure if either of those are related. I'm trying to run this on Windows
7, and it's on my work computer, so I'm sure there is a firewall.
Does anyone have any ideas? I'd appreciate any help you could give me.
Thanks,
Daniel