SimpleSSD / SimpleSSD-Standalone

Open-Source Licensed Educational SSD Simulator for High-Performance Storage and Full-System Evaluations
GNU General Public License v3.0
39 stars 30 forks source link

complie error in SimpleSSD v2.0 #4

Closed brian0603 closed 5 years ago

brian0603 commented 5 years ago

i follow the instruction in the website. git clone git@github.com:simplessd/simplessd-standalone cd simplessd-standalone git checkout v2.0-rc3 git submodule update --init --recursive

when i input "git submodule update --init --recursive", it occurs the following problems

**Cloning into 'simplessd'... 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 'git@github.com:simplessd/simplessd' into submodule path 'simplessd' failed**

have any clue can fix this problem?

kukdh1 commented 5 years ago

Hi,

You need to register a SSH key to your GitHub account even when you pulling public repository. See GitHub help.

Or modify repo url from ssh to https in .gitmodules.