Hi, In my company we have a local non-github based registry. In order for it to work we need to put this in our startup.jl:
import Pkg
Pkg.GitTools.setprotocol!(domain="...", protocol="ssh", user="...")
I am now trying to help a hardcore MATLAB-user to get started with Julia and to use a package of mine from our local registry. I recommended him to start off with JuliaPro to get Juno bundled and working from the start. So he did, with Julia 1.2.0.
He is located remotely, so our only communication is chat and mail. I can not log in to his box remotely.
But his installation does not contain the setprotocol!
function that takes keyword arguments. I have tried it on my end with julia 1.2.0 and it works fine.
There are two differences between our installations: I run on Linux and use vanilla julia. My colleague runs on Windows and use JuliaPro.
Does anyone know if there is a different version of Pkg bundled with the Windows version of JuliaPro ?
And if so, can you upgrade Pkg ? Or somehow set the protocol components that Pkg uses to communicate with the registry ?