RobLoach / libretro-database-scummvm

ScummVM.dat file to run ScummVM games in RetroArch
http://github.com/libretro/scummvm
14 stars 9 forks source link

command failed #16

Closed DocMAX closed 2 years ago

DocMAX commented 3 years ago
t420 /usr/src/github/libretro-database-scummvm # npm install
npm ERR! code 128
npm ERR! command failed
npm ERR! command git ls-remote ssh://git@github.com/RobLoach/datfile.git
npm ERR! git@github.com: Permission denied (publickey).
npm ERR! fatal: Could not read from remote repository.
npm ERR! 
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2021-04-16T17_58_32_220Z-debug.log

why do i get this?

DocMAX commented 3 years ago

never mind. had to install ssh key

DocMAX commented 3 years ago

But have a new issue:

t420 /usr/src/github/libretro-database-scummvm # npm install
npm ERR! code 128
npm ERR! command failed
npm ERR! command git clone --mirror -q ssh://git@github.com/RobLoach/datfile.git /root/.npm/_cacache/tmp/git-clone-10718176/.git
npm ERR! fatal: destination path '/root/.npm/_cacache/tmp/git-clone-10718176/.git' already exists and is not an empty directory.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2021-04-16T18_28_55_734Z-debug.log
RobLoach commented 2 years ago

Hmm, strange. I believe this should be fixed by now. I switched it to use the robloach-datfile package name rather than the git repo.

RobLoach commented 2 years ago

Fixed!