Y
Hacker News
new
|
ask
|
show
|
jobs
by
colund
4040 days ago
I got fatal: Unable to find remote helper for 'gittorrent'
1 comments
cjbprime
4040 days ago
How about "sudo npm install -g gittorrent"? It looks like the git-remote-gittorrent binary isn't ending up in your $PATH.
link
viraptor
4039 days ago
Or without polluting global namespace:
export PATH="$PATH:$HOME/node_modules/.bin"
link