Try this instead: 
Pkg.clone("https://github.com/MetServiceDev/Winston.jl.git";) That error 
just means you didn't setup Git to have a private key, so using the SSH 
protocol won't work. 

On Saturday, September 3, 2016 at 2:56:46 PM UTC-7, K leo wrote:
>
> I am sorry, but what does the following mean:
>
> julia> Pkg.clone("[email protected]:MetServiceDev/Winston.jl.git")
> INFO: Cloning Winston from [email protected]:MetServiceDev/Winston.jl.git
> Private key location for '[email protected] <javascript:>':
> Public key location for '[email protected] <javascript:>' [.pub]:
> WARNING: Private key not found
> Passphrase for :
> ERROR: GitError(Code:ERROR, Class:SSH, Failed to authenticate SSH session: 
> Unable to open public key file)
>  in macro expansion at ./libgit2/error.jl:99 [inlined]
>  in clone(::String, ::SubString{String}, ::Base.LibGit2.CloneOptions) at 
> ./libgit2/repository.jl:191
>  in #clone#109(::String, ::Bool, ::Ptr{Void}, 
> ::Nullable{Base.LibGit2.AbstractCredentials}, ::Function, ::String, 
> ::SubString{String}) at ./libgit2/libgit2.jl:327
>  in clone(::String, ::SubString{String}) at ./pkg/entry.jl:195
>  in clone(::String) at ./pkg/entry.jl:221
>  in 
> (::Base.Pkg.Dir.##2#3{Array{Any,1},Base.Pkg.Entry.#clone,Tuple{String}})() 
> at ./pkg/dir.jl:31
>  in 
> cd(::Base.Pkg.Dir.##2#3{Array{Any,1},Base.Pkg.Entry.#clone,Tuple{String}}, 
> ::String) at ./file.jl:59
>  in #cd#1(::Array{Any,1}, ::Function, ::Function, ::String, 
> ::Vararg{Any,N}) at ./pkg/dir.jl:31
>  in clone(::String) at ./pkg/pkg.jl:151
>
>
> On Tuesday, August 30, 2016 at 1:26:29 PM UTC+8, Devin Kilminster wrote:
>>
>> I agree with everyone who's saying you should look at Plots.jl, but if 
>> for now you must use Winston, you might have luck with the version I forked 
>> and hacked to make run on 0.5:
>>
>> Pkg.clone("[email protected]:MetServiceDev/Tk.jl.git")
>> Pkg.clone("[email protected]:MetServiceDev/Winston.jl.git")
>>
>> I don't want to be maintaining the above for any length of time, so we're 
>> transitioning to Plots.jl.
>>
>> Also as Chris Rackauckas has said there has been some development work, 
>> so hopefully, that will work.
>>
>> On Friday, August 26, 2016 at 10:04:22 PM UTC, K leo wrote:
>>>
>>> so that it works with version 0.5. 
>>
>>

Reply via email to