madeleineudell / ParallelSparseMatMul.jl

A Julia library for parallel sparse matrix multiplication using shared memory
Other
43 stars 13 forks source link

Cannot add package #12

Closed ghost closed 8 years ago

ghost commented 8 years ago

I attempted to add this package using the suggested prompt julia> Pkg.clone("git@github.com:madeleineudell/ParallelSparseMatMul.jl.git")

However, I got the following error message:

INFO: Cloning ParallelSparseMatMul from git@github.com:madeleineudell/ParallelSparseMatMul.jl.git The authenticity of host 'github.com (192.30.252.128)' can't be established. RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'github.com,192.30.252.128' (RSA) 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: unlink: no such file or directory (ENOENT) in unlink at fs.jl:97 in rm at file.jl:57 in clone at pkg/entry.jl:151 in clone at pkg/entry.jl:175 in anonymous at pkg/dir.jl:28 in cd at /Applications/Julia-0.3.11.app/Contents/Resources/julia/lib/julia/sys.dylib in cd#229 at /Applications/Julia-0.3.11.app/Contents/Resources/julia/lib/julia/sys.dylib in clone at pkg.jl:30

ghost commented 8 years ago

Nevermind. Github couldn't find my ssh key in its server, so I added the key to my account setting.