I'm trying to access a Rails project which is on a friend's server.
I have installed OSXFUSE, MacFUSE, and MacFusion, plus the standalone SSHFS package on my Mac OS 10.7.4 system.
I wanted to use MacFusion but after TextMate crashed, I decided to follow the instructions from Macromates (http://wiki.macromates.com/Main/Howtos#Macfuse):
sshfs user@servername:/ ~/mnt/servername -o'ping_diskarb,volname=servername'
cd ~/mnt/servername/projectfolder
mate .
TextMate launches but immediately becomes unresponsive until I force it to quit. Sublime Text 2 has no such issue.
Any advice on how to debug this?