I've fixed the public key issue so now I get further - I get an error when 
it comes to entering my password (it is correct!), something to do with a 
token.

julia> Pkg.publish()

 

INFO: Validating METADATA 

INFO: Pushing Phylogenetics permanent tags: v0.0.2 

INFO: Submitting METADATA changes 

INFO: Forking JuliaLang/METADATA.jl to ward9250 

Enter host password for user 'ward9250': 

ERROR: key not found: "token" 

 in getindex at dict.jl:615 

 in token at pkg/github.jl:53 

 in req at pkg/github.jl:61 

 in POST at pkg/github.jl:74 

 in fork at pkg/github.jl:87 

 in pull_request at pkg/entry.jl:290 

 in publish at pkg/entry.jl:357 

 in anonymous at pkg/dir.jl:28 

 in cd at file.jl:20 

 in cd at pkg/dir.jl:28 

 in publish at pkg.jl:57



On Thursday, July 3, 2014 3:57:20 AM UTC+1, Ben Ward wrote:
>
> Hi,
>
> I'm trying to update a package for the first time with the new package 
> manager commands like tag and so on:
>
> *julia> **Pkg.publish()*
>
> *INFO: Validating METADATA*
>
> *INFO: Pushing Phylogenetics permanent tags: v0.0.2*
>
> Permission denied (publickey).
>
> fatal: Could not read from remote repository.
>
>
>
> Please make sure you have the correct access rights
>
> and the repository exists.
>
> *ERROR: failed process: Process(`git 
> --work-tree=/Users/axolotlfan9250/.julia/v0.3/Phylogenetics 
> --git-dir=/Users/axolotlfan9250/.julia/v0.3/Phylogenetics/.git push -q 
> origin refs/tags/v0.0.2:refs/tags/v0.0.2`, ProcessExited(128)) [128]*
>
> * in wait at ./task.jl:279*
>
> * in wait at ./task.jl:189*
>
> * in wait at task.jl:48*
>
> * in sync_end at ./task.jl:306*
>
> * in publish at pkg/entry.jl:314*
>
> * in anonymous at pkg/dir.jl:28*
>
> * in cd at file.jl:20*
>
> * in cd at pkg/dir.jl:28*
>
> * in publish at pkg.jl:57*
>
>
>
> I'm not 100% sure why I'm getting this, shouldn't it just send a PR to 
> METADATA? I'm not 100% clear on how this works - do I need a fork of 
> METADATA still? The process that fails looks like it's trying to push 
> something to ward9250/Phylogenetics.jl? In which case I wonder if it's a 
> naming issue Phylogenetics in .julia/v0.3/ and Phylogenetics.jl for the 
> repo?
>

Reply via email to