Hi Tony,
Thanks for your suggestion. I was not able to get it to work over https or
git. When trying over https, I get the following error:
SSL certificate problem: self signed certificate in certificate chain.
When I try using git:// , I get this error:
The requested URL returned error: 403
I wonder if this is related to the fact that I'm on a company computer
behind a proxy.
On Friday, August 14, 2015 at 7:10:28 PM UTC-4, Tony Kelman wrote:
>
> Go into the /Git folder in your Julia installation and run git-bash.bat.
> Can you git clone anything from github from there? Either over git:// or
> https:// ?
>
>
> On Friday, August 14, 2015 at 9:49:05 AM UTC-7, Daniel Fenn wrote:
>>
>> More information: this isn't specific to the Images packages.
>> Running Pkg.update() gives the same error.
>>
>> Any ideas?
>>
>> On Thursday, August 13, 2015 at 5:22:08 PM UTC-4, Daniel Fenn wrote:
>>>
>>> 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
>>>
>>