Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[lsp4e-dev] Problem in cloning project

1. I tried to clone  using  git clone git clone ssh://username@xxxxxxxxxxxxxxx:29418/lsp4e/lsp4e.git as mention in requirement section of https://git.eclipse.org/c/lsp4e/lsp4e.git/about/.
2. I replace word "username" with my username 'akrishnamurthi'.
3. I removed extra 'git clone'
In all cases, it failed to clone.

Terminal Output :-
Cloning into 'lsp4e'...
akrishnamurthi@xxxxxxxxxxxxxxx: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

I checked there is no repository existing.
 Please resolve this issue.

Back to the top