zolrath / wemux

Multi-User Tmux Made Easy
MIT License
3.63k stars 139 forks source link

homewbrew install from git url failing #3

Closed stevenhaddox closed 12 years ago

stevenhaddox commented 12 years ago

Tried with the URL in the home page and received the following:

$ brew install https://github.com/downloads/zolrath/wemux/wemux.rb
                                                                           0.0%Warning: Failed to create the file /Library/Caches/Homebrew/Formula/wemux.rb: 
Warning: Permission denied
########################################################                  78.2%
curl: (23) Failed writing body (0 != 737)
Error: Failure while executing: /usr/bin/curl -qf#LA Homebrew\ 0.9\ (Ruby\ 1.8.7-249;\ Mac\ OS\ X\ 10.7.3) https://github.com/downloads/zolrath/wemux/wemux.rb -o /Library/Caches/Homebrew/Formula/wemux.rb

Tried modifying to the redirect URL and still received the following:

$ brew install http://cloud.github.com/downloads/zolrath/wemux/wemux.rb
Warning: Failed to create the file /Library/Caches/Homebrew/Formula/wemux.rb: 
Warning: Permission denied
######################################################################## 100.0%
curl: (23) Failed writing body (0 != 943)
Error: Failure while executing: /usr/bin/curl -qf#LA Homebrew\ 0.9\ (Ruby\ 1.8.7-249;\ Mac\ OS\ X\ 10.7.3) http://cloud.github.com/downloads/zolrath/wemux/wemux.rb -o /Library/Caches/Homebrew/Formula/wemux.rb

$ brew install http://cloud.github.com/downloads/zolrath/wemux/wemux.rb
Warning: Failed to create the file /Library/Caches/Homebrew/Formula/wemux.rb: 
Warning: Permission denied
########################################################                  78.2%
curl: (23) Failed writing body (0 != 737)
Error: Failure while executing: /usr/bin/curl -qf#LA Homebrew\ 0.9\ (Ruby\ 1.8.7-249;\ Mac\ OS\ X\ 10.7.3) http://cloud.github.com/downloads/zolrath/wemux/wemux.rb -o /Library/Caches/Homebrew/Formula/wemux.rb
stevenhaddox commented 12 years ago

Update: If I manually downloaded the file from the cloud.github URL I was then able to manually copy it (with sudo) to my /Library/Caches/Homebrew/Formula/wemux.rb location and then install it via: $ brew install wemux

Unfortunately rogue mode wasn't what I had read it to be and wemux doesn't quite help me the way I'd hoped it would. Awesome project though!

zolrath commented 12 years ago

Were you looking for rogue mode to allow independent cursors in the same window or what was the confusion with it? It's essentially pair mode but with the ability to switch to another tmux window and work on your own but within the same session.

I've tested the URL on a few different machines and it seems to be working fine. Anyone else having this issue?

stevenhaddox commented 12 years ago

@zolrath: We were hoping to get two cursors in the same window mapped to our respective keyboards, but we realized we just misread the functionality. It seems like wemux does a good job at bringing tmux to the same level as screen for individual window control (well done btw), but wasn't quite what we were hoping for.

As for the URL I'm not sure why it wasn't working for me. I can try it again sometime if you'd like, but it definitely didn't work the other morning for me.