azer / emacs

Ready-to-use Emacs Setup for JavaScript and Go
227 stars 28 forks source link

make failing #2

Closed alrighttheresham closed 11 years ago

alrighttheresham commented 11 years ago

[damianoneill emacs.js]$ make Initializing submodules Submodule 'libs/auto-complete' (git@github.com:azer/auto-complete.git) registered for path 'libs/auto-complete' Submodule 'libs/coffee-mode' (git@github.com:azer/coffee-mode.git) registered for path 'libs/coffee-mode' Submodule 'libs/expand-region' (https://github.com/magnars/expand-region.el.git) registered for path 'libs/expand-region' Submodule 'libs/jade-mode' (https://github.com/brianc/jade-mode.git) registered for path 'libs/jade-mode' Submodule 'libs/js2-mode' (git@github.com:azer/js2-mode.git) registered for path 'libs/js2-mode' Submodule 'libs/js2-refactor' (https://github.com/magnars/js2-refactor.el.git) registered for path 'libs/js2-refactor' Submodule 'libs/mark-multiple' (https://github.com/magnars/mark-multiple.el.git) registered for path 'libs/mark-multiple' Submodule 'libs/markdown-mode' (git@github.com:defunkt/markdown-mode.git) registered for path 'libs/markdown-mode' Submodule 'libs/multiple-cursors' (https://github.com/magnars/multiple-cursors.el.git) registered for path 'libs/multiple-cursors' Submodule 'libs/npm' (git@github.com:azer/npm.el.git) registered for path 'libs/npm' Submodule 'libs/popup' (https://github.com/auto-complete/popup-el.git) registered for path 'libs/popup' Submodule 'libs/powerline' (https://github.com/milkypostman/powerline.git) registered for path 'libs/powerline' Submodule 'libs/smart-forward' (https://github.com/magnars/smart-forward.el.git) registered for path 'libs/smart-forward' Submodule 'libs/smex' (https://github.com/nonsequitur/smex.git) registered for path 'libs/smex' Submodule 'libs/undo-tree' (http://www.dr-qubit.org/git/undo-tree.git) registered for path 'libs/undo-tree' Submodule 'libs/yasnippet' (git@github.com:azer/yasnippet.git) registered for path 'libs/yasnippet' Submodule 'libs/zencoding' (https://github.com/rooney/zencoding.git) registered for path 'libs/zencoding' Cloning into 'libs/auto-complete'... Permission denied (publickey). fatal: The remote end hung up unexpectedly Clone of 'git@github.com:azer/auto-complete.git' into submodule path 'libs/auto-complete' failed make: *\ [init-submodules] Error 1 [damianoneill emacs.js]$

mickydelfavero commented 11 years ago

Hi, add your public ssh key to github: https://github.com/settings/ssh, then retry and make'll go well!

HTH, Micky

azer commented 11 years ago

Sorry for the trouble and my late response. I've solved the issues with installation and added Travis CI to the project.