microsoft / LightLDA

Scalable, fast, and lightweight system for large-scale topic modeling
http://www.dmtk.io
MIT License
842 stars 235 forks source link

git clone -b multiverso-initial failed! #43

Open SeekPoint opened 7 years ago

SeekPoint commented 7 years ago

andy@Andy-UB1604:~/prj/LightLDA$ git clone -b multiverso-initial git@github.com:Microsoft/multiverso.git Cloning into 'multiverso'... Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. andy@Andy-UB1604:~/prj/LightLDA$

keyleo commented 6 years ago

@loveJasmine you need config Github ssh authentication (follow https://help.github.com/articles/which-remote-url-should-i-use/#cloning-with-ssh-urls) or you can use
git clone -b multiverso-initial https://github.com/Microsoft/Multiverso.git instead