zz85 / space-radar

Disk And Memory Space Visualization App built with Electron & d3.js
https://github.com/zz85/space-radar-electron/releases
1.38k stars 80 forks source link

Permission Denied (publickey) #29

Closed Gander7 closed 6 years ago

Gander7 commented 7 years ago

I'm pretty this is my issue but after looking through readme and release notes I'm nost sure how to resolve it and I'm using Windows 10 64x Home Edition. I downloaded, unzipped and ran npm install on space-radar-4.4.0.zip. During the npm install I received this error: Cloning into bare repository 'path\git-github-com-experiments-photon-git-{guid} Warning: Permanently add 'github, {IP}' (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.

cheeaun commented 7 years ago

Perhaps need to change the dependencies for photon in package.json to https://github.com/connors/photon.git (instead of git://)

https://github.com/zz85/space-radar/blob/54d537347217092e0f1d16cfb81e360c2774c94f/package.json#L34