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 guide wrong git clone cmd / permission problems #234

Closed
srochel opened this issue Jul 9, 2017 · 2 comments
Closed

installation guide wrong git clone cmd / permission problems #234

srochel opened this issue Jul 9, 2017 · 2 comments

Comments

@srochel
Copy link

srochel commented Jul 9, 2017

Hi - I tried to follow the installation guide.
Issues:

  1. https://github.com/dmlc/tvm/blob/master/docs/how_to/install.md
    git clone --recursive ssh://git@github.com/dmlc/tvm did not work with my credentials, should be:
    git clone --recursive https://github.com/dmlc/tvm.git

  2. git clone recursively failed, see below. I was able to clone manually:
    git clone https://github.com/dmlc/HalideIR.git

Failure mode:
git clone --recursive https://github.com/dmlc/tvm.git
Cloning into 'tvm'...
remote: Counting objects: 5714, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 5714 (delta 0), reused 0 (delta 0), pack-reused 5710
Receiving objects: 100% (5714/5714), 1.47 MiB | 860.00 KiB/s, done.
Resolving deltas: 100% (3847/3847), done.
Submodule 'HalideIR' (ssh://git@github.com/dmlc/HalideIR) registered for path 'HalideIR'
Submodule 'dlpack' (https://github.com/dmlc/dlpack) registered for path 'dlpack'
Submodule 'dmlc-core' (https://github.com/dmlc/dmlc-core) registered for path 'dmlc-core'
Cloning into '/Users/steroche/Documents/Projects/TVM/tvm/HalideIR'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'ssh://git@github.com/dmlc/HalideIR' into submodule path '/Users/steroche/Documents/Projects/TVM/tvm/HalideIR' failed
Failed to clone 'HalideIR'. Retry scheduled
Cloning into '/Users/steroche/Documents/Projects/TVM/tvm/dlpack'...
Cloning into '/Users/steroche/Documents/Projects/TVM/tvm/dmlc-core'...
Cloning into '/Users/steroche/Documents/Projects/TVM/tvm/HalideIR'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'ssh://git@github.com/dmlc/HalideIR' into submodule path '/Users/steroche/Documents/Projects/TVM/tvm/HalideIR' failed
Failed to clone 'HalideIR' a second time, aborting

@tqchen
Copy link
Member

tqchen commented Jul 9, 2017

The installation guide said (note the clone mode in ssh instead of https)

git clone --recursive ssh://git@github.com/dmlc/tvm

@tqchen
Copy link
Member

tqchen commented Jul 9, 2017

We will be able to use https once the things get opensourced

@tqchen tqchen closed this as completed Jul 19, 2017
ymwangg pushed a commit to ymwangg/tvm that referenced this issue Jan 25, 2022
vinx13 pushed a commit to vinx13/tvm that referenced this issue Mar 9, 2022
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

2 participants