okreader icon indicating copy to clipboard operation
okreader copied to clipboard

can't download the installer from repository

Open Pupo1 opened this issue 6 years ago • 3 comments

Hello, I did exactly as in the description, but the downloader will not download. I tried this on linux 17 Quiana. The following error occurs:

$:~/Kobo2/okreader# git submodule update Klone nach 'src/koreader'... Warning: Permanently added the RSA host key for IP address '192.30.253.113' 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.

Pupo1 avatar Jul 28 '18 07:07 Pupo1

I also received same results on ubuntu, ubuntu windows subsytem, and raspbian

Auxnon avatar Aug 14 '18 23:08 Auxnon

Ah, you need to switch the git submodules to HTTPS access if you don't have your public SSH key set up on github (in .gitmodules). Or get the prebuilt images from here. There's no installer.

lgeek avatar Aug 15 '18 00:08 lgeek

I got stuck on this step too. What I did to make it work... change into the ".git" directory in the "okreader" directory. Then edit the "config" file. Change all sections that have "[email protected]:" to "https://github.com/" then try to cloning the sub-modules again. I had to work this out myself as I'm pretty new to using git and building stuff from source.

ghost avatar Apr 02 '19 14:04 ghost