rumovoice

rumovoice OP t1_jazl88i wrote

> download and build sshfs for an m1 mac

its answer: git clone https://github.com/osxfuse/sshfs.git && cd sshfs && ./autogen.sh && ./configure && make && sudo make install

it doesn't do well in cases where it needs some recent knowledge like m1 issues

1