Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Permission denied (publickey). #44

Closed
SeekPoint opened this issue Jan 25, 2017 · 2 comments
Closed

Permission denied (publickey). #44

SeekPoint opened this issue Jan 25, 2017 · 2 comments

Comments

@SeekPoint
Copy link

mldl@mldlUB1604:/media/mldl/data1t/ub16_prj/LightLDA$ sudo bash build.sh
[sudo] password for mldl:
Cloning into 'multiverso'...
The authenticity of host 'github.com (192.30.253.113)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,192.30.253.113' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
build.sh: line 5: cd: multiverso: No such file or directory
build.sh: line 6: cd: third_party: No such file or directory
sh: 0: Can't open install.sh
Makefile:6: *** Makefile.config not found. See Makefile.config.example.. Stop.
make: *** No targets specified and no makefile found. Stop.
mldl@mldlUB1604:/media/mldl/data1t/ub16_prj/LightLDA$

@dianegal
Copy link

dianegal commented May 16, 2017

I have faced the same difficulty as above. Has any solution been found/proposed. Appreciated if any input could be provided.

I actually went back and looked at the build.sh file which is quite simple and made me realise I had not yet installed zeromq ... I followed the steps at https://eole-io.github.io/sandstone/install-zmq-php-linux.html for how to to this and then multiverso seemed to compile and install ok... that being said I still am not able to get the lightlda example to run in bash on ubuntu...but I am very new to linux so this is a big learning curve.

@feiga
Copy link
Contributor

feiga commented May 17, 2017

This is a github issue. You shall config the publickey of your github account. But the following way should also work.

Try to change the first line of build.sh from

git clone -b multiverso-initial git@github.com:Microsoft/multiverso.git

to

git clone -b multiverso-initial https://github.com/Microsoft/multiverso

@chivee chivee closed this as completed Jun 30, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants