Hacker News new | ask | show | jobs
by colund 4040 days ago
I got fatal: Unable to find remote helper for 'gittorrent'
1 comments

How about "sudo npm install -g gittorrent"? It looks like the git-remote-gittorrent binary isn't ending up in your $PATH.
Or without polluting global namespace:

export PATH="$PATH:$HOME/node_modules/.bin"