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

Can't clone projects from git@github.com #14288

Closed
7 tasks done
monaka opened this issue Aug 20, 2019 · 1 comment
Closed
7 tasks done

Can't clone projects from git@github.com #14288

monaka opened this issue Aug 20, 2019 · 1 comment
Assignees
Labels
area/editor/theia Issues related to the che-theia IDE of Che kind/bug Outline of a bug - must adhere to the bug report template. severity/P1 Has a major impact to usage or development of the system. sprint/next
Milestone

Comments

@monaka
Copy link
Member

monaka commented Aug 20, 2019

Describe the bug

I tried to clone via Git Clone... link in the Welcome page.
And I couldn't clone my project on GitHub with the SSH URL.
Che-Theia popped-up Git: Host key verification failed.

But there is the private key for my GitHub account in the container.
And I could clone my project via the console panel.

Che version

  • latest

Steps to reproduce

  1. (SSH key has been stored.)
  2. Open the workspace.
  3. Click Git Clone... on the Welcome page.
  4. Enter the git@github.com:... style URL to the text box.
  5. The error dialog was popped-up.

Expected behavior

Clones the repository with no error.

Runtime

  • kubernetes (include output of kubectl version)
Client Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.2", GitCommit:"f6278300bebbb750328ac16ee6dd3aa7d3549568", GitTreeState:"clean", BuildDate:"2019-08-05T17:09:13Z", GoVersion:"go1.12.7", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.5", GitCommit:"0e9fcb426b100a2aea5ed5c25b3d8cfbb01a8acf", GitTreeState:"clean", BuildDate:"2019-08-05T09:13:08Z", GoVersion:"go1.12.5", Compiler:"gc", Platform:"linux/amd64"}

Screenshots

Screenshot 2019-08-20 at 13 45 15

Screenshot 2019-08-20 at 14 01 15

Installation method

  • I don't know

Environment

  • my computer
    • Linux
  • Cloud
    • Azure

Additional context

@monaka monaka added kind/bug Outline of a bug - must adhere to the bug report template. area/editor/theia Issues related to the che-theia IDE of Che labels Aug 20, 2019
@che-bot che-bot added the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Aug 20, 2019
@gorkem
Copy link
Contributor

gorkem commented Aug 20, 2019

This is because known_hosts is missing the entry for github and che/theia does not handle it like the git client does when doing the cloning from the IDE.

@ibuziuk ibuziuk added this to the 7.2.0 milestone Aug 26, 2019
@ibuziuk ibuziuk removed the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Aug 26, 2019
@l0rd l0rd added the severity/P1 Has a major impact to usage or development of the system. label Aug 29, 2019
@vinokurig vinokurig self-assigned this Sep 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/editor/theia Issues related to the che-theia IDE of Che kind/bug Outline of a bug - must adhere to the bug report template. severity/P1 Has a major impact to usage or development of the system. sprint/next
Projects
None yet
Development

No branches or pull requests

7 participants