Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation Problem #1

Closed
mahdi7 opened this issue Mar 11, 2015 · 3 comments
Closed

Installation Problem #1

mahdi7 opened this issue Mar 11, 2015 · 3 comments

Comments

@mahdi7
Copy link

mahdi7 commented Mar 11, 2015

I keep getting this error both on Windows and Linux:

julia> Pkg.clone("git@github.com:madeleineudell/SigmoidalProgramming.jl.git")
INFO: Cloning SigmoidalProgramming from git@github.com:madeleineudell/SigmoidalProgramming.jl.git
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 ./file.jl:20
in cd#228 at ./pkg/dir.jl:28
in clone at pkg.jl:30

@madeleineudell
Copy link
Owner

i believe this error occurs because you haven't uploaded an ssh public key
to github. does it work if you use the http clone url instead:

https://github.com/madeleineudell/SigmoidalProgramming.jl.git

?

On Wed, Mar 11, 2015 at 3:35 PM, mahdi7 notifications@github.com wrote:

I keep getting this error both on Windows and Linux:

julia> Pkg.clone("git@github.com
:madeleineudell/SigmoidalProgramming.jl.git")
INFO: Cloning SigmoidalProgramming from git@github.com
:madeleineudell/SigmoidalProgramming.jl.git
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 ./file.jl:20
in cd#228 at ./pkg/dir.jl:28
in clone at pkg.jl:30


Reply to this email directly or view it on GitHub
#1.

Madeleine Udell
PhD Candidate in Computational and Mathematical Engineering
Stanford University
www.stanford.edu/~udell

@mahdi7
Copy link
Author

mahdi7 commented Mar 13, 2015

Thank you Madeleine.
I uploaded an SSH public key and that resolved the problem.

@mahdi7 mahdi7 closed this as completed Mar 13, 2015
@RoyiAvital
Copy link

@madeleineudell ,
You should update the PDF links on README.md.
Best to put them as part of package so the link will be constant for good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants