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**
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?