I've tried to upload PR for the NIDAQ.jl packages and I'm getting follwing
error:
julia> Pkg.submit("NIDAQ")
> INFO: Forking JaneliaSciComp/NIDAQ.jl to phlavenk
> INFO
> INFO: Pushing changes as branch pull-request/05c1c1b2
> Warning: Permanently added the RSA host key for IP address
> '192.30.252.131' to the list of known hosts.
> 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=c:\Users\phlavenk\JuliaData\v0.4\NIDAQ'
> '--git-dir=c:\Users\phlavenk\JuliaData\v0.4\NIDAQ\.git' push -q
> [email protected]:phlavenk/NIDAQ.jl.git
> 05c1c1b2e80b260cfcbc8ee5241c7a02d3e5e0d4:refs/heads/pull-request/05c1c1b2`
> , ProcessExited(128)) [128]
> in pipeline_error at process.jl:555
On Windows 7, Julia 0.4.0, github name: phlavenk
Do I really miss the rights to upload a PR for this package?
Petr