hoodiehq / hoodie-app-mapchat

An open source, offline capable, map based demo app.
Apache License 2.0
114 stars 25 forks source link

error during local setup running command "hoodie new mapChat --verbose -t hoodiehq/hoodie-app-mapchatmapcd " #13

Open nicolaadamo opened 9 years ago

nicolaadamo commented 9 years ago

host-002:hoodie_apps nicolaadamo$ hoodie new mapChat --verbose -t hoodiehq/hoodie-app-mapchatmapcd

.d$b. .d$b. .d$$$$$$b. .d$$$$$$b. .d$$$$$$b. .d$b..d$$$$$$$$b. $$$$$..$$$$$.$$$$$$$$$$$b .$$$$$$$$$$$b $$$$$$$$$$b $$$$$$$$$$$$$$$P' $$$$$$$$$$$$d$$$$$$$$$$$$bd$$$$$$$$$$$$b$$$$$$$$$$$b$$$$$$$$$$$$$$$b. $$$$$$$$$$$$Q$$$$$$$$$$$$PQ$$$$$$$$$$$$P$$$$$$$$$$$P$$$$$$$$$$$$$$$P' $$$$$´`$$$$$'$$$$$$$$$$$$''$$$$$$$$$$$$'$$$$$$$$$$P $$$$$$$$$$$$$$$b. 'Q$P' 'Q$P' 'Q$$$$$$P' 'Q$$$$$$P' 'Q$$$$$$$P 'Q$P''Q$$$$$$$$P'

Version: 0.6.3 (node v0.10.33, npm 2.1.11, platform: darwin)

[hoodie] The npm registry is available [hoodie] Template not published on npm [hoodie] Fresh install [hoodie] This may take some time. npm verb cache add spec hoodiehq/hoodie-app-mapchatmapcd npm info maybeGithub Attempting hoodiehq/hoodie-app-mapchatmapcd from git://github.com/hoodiehq/hoodie-app-mapchatmapcd npm verb addRemoteGit u="git://github.com/hoodiehq/hoodie-app-mapchatmapcd" silent=true npm verb addRemoteGit git://github.com/hoodiehq/hoodie-app-mapchatmapcd not in flight; cloning npm verb addRemoteGit [ 'git://github.com/hoodiehq/hoodie-app-mapchatmapcd', npm verb addRemoteGit 'master' ] npm info git [ 'clone', npm info git '--template=/Users/nicolaadamo/.npm/_git-remotes/_templates', npm info git '--mirror', npm info git 'git://github.com/hoodiehq/hoodie-app-mapchatmapcd', npm info git '/Users/nicolaadamo/.npm/_git-remotes/git-github-com-hoodiehq-hoodie-app-mapchatmapcd-b0054fec' ] npm verb git clone git://github.com/hoodiehq/hoodie-app-mapchatmapcd Cloning into bare repository '/Users/nicolaadamo/.npm/_git-remotes/git-github-com-hoodiehq-hoodie-app-mapchatmapcd-b0054fec'... npm verb git clone git://github.com/hoodiehq/hoodie-app-mapchatmapcd fatal: remote error: npm verb git clone git://github.com/hoodiehq/hoodie-app-mapchatmapcd Repository not found. npm info maybeGithub Attempting hoodiehq/hoodie-app-mapchatmapcd from git+ssh://git@github.com:hoodiehq/hoodie-app-mapchatmapcd npm verb addRemoteGit u="git+ssh://git@github.com:hoodiehq/hoodie-app-mapchatmapcd" silent=false npm verb addRemoteGit git@github.com:hoodiehq/hoodie-app-mapchatmapcd not in flight; cloning npm verb addRemoteGit [ 'git@github.com:hoodiehq/hoodie-app-mapchatmapcd', 'master' ] npm info git [ 'clone', npm info git '--template=/Users/nicolaadamo/.npm/_git-remotes/_templates', npm info git '--mirror', npm info git 'git@github.com:hoodiehq/hoodie-app-mapchatmapcd', npm info git '/Users/nicolaadamo/.npm/_git-remotes/git-github-com-hoodiehq-hoodie-app-mapchatmapcd-53de1379' ] npm ERR! git clone git@github.com:hoodiehq/hoodie-app-mapchatmapcd Cloning into bare repository '/Users/nicolaadamo/.npm/_git-remotes/git-github-com-hoodiehq-hoodie-app-mapchatmapcd-53de1379'... npm ERR! git clone git@github.com:hoodiehq/hoodie-app-mapchatmapcd Permission denied (publickey). npm ERR! git clone git@github.com:hoodiehq/hoodie-app-mapchatmapcd fatal: Could not read from remote repository. npm ERR! git clone git@github.com:hoodiehq/hoodie-app-mapchatmapcd npm ERR! git clone git@github.com:hoodiehq/hoodie-app-mapchatmapcd Please make sure you have the correct access rights npm ERR! git clone git@github.com:hoodiehq/hoodie-app-mapchatmapcd and the repository exists. [hoodie] Error installing template: [hoodie] Command failed: Cloning into bare repository '/Users/nicolaadamo/.npm/_git-remotes/git-github-com-hoodiehq-hoodie-app-mapchatmapcd-53de1379'... Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

Something's wrong here...

Run "hoodie new mapChat --verbose" and come talk to us on freenode #hoodie

host-002:hoodie_apps nicolaadamo$

zoepage commented 9 years ago

Hi @nicolaadamo !

The name of the repo is hoodiehq/hoodie-app-mapchat. As I can see, you wrote hoodiehq/hoodie-app-mapchatmapcd.

Please try:

$ hoodie new mapChat -t hoodiehq/hoodie-app-mapchat

Hope, this works! :)