mateodelnorte / meta

tool for turning many repos into a meta repo. why choose many repos or a monolithic repo, when you can have both with a meta repo?
MIT License
2.05k stars 99 forks source link

Unable to install meta #270

Closed Sivaganesh-Akula closed 3 years ago

Sivaganesh-Akula commented 3 years ago

🤓 Question

C:\Users\user-directory>npm i -g meta npm ERR! Error while executing: npm ERR! C:\Program Files\Git\cmd\git.EXE ls-remote -h -t ssh://git@github.com/mateodelnorte/commander.js.git npm ERR! npm ERR! Host key verification failed. 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! npm ERR! exited with error code: 128

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\akula.sivaganesh\AppData\Roaming\npm-cache_logs\2021-06-09T05_24_27_713Z-debug.log

patrickleet commented 3 years ago

do you have an ssh key set up?

Sivaganesh-Akula commented 3 years ago

Yes

Anything specific required for this?

mateodelnorte commented 3 years ago

This is an issue with your GitHub setup, not with meta. Ensure you can clone GitHub repos and ssh is configured correctly.