Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: SSHFS for macOS #3

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions doc/source/extra-tips.rst
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ To install SSHFS on MacOS, first install `HomeBrew <https://brew.sh>`_. Then, fi

.. code-block:: console

$ brew cask install osxfuse
$ brew install --cask macfuse

.. figure:: res/sshfs_macos_01.png
:width: 100%
Expand All @@ -279,13 +279,15 @@ Then reboot, open up a terminal again and install sshfs via:

.. code-block:: console

$ brew install sshfs
$ brew install gromgit/fuse/sshfs-mac

.. figure:: res/sshfs_macos_02.png
:width: 100%
:alt: sshfs_macos_02
:align: center

.. warning:: The standard installation through ``$ brew install sshfs`` appears to have been recently dropped from homebrew-core, due to macfuse going closed-source (and no, resorting to the old osxfuse does not solve the issue). The proposed solution here is a fix provided by the github user ``gromgit``.

You can finally mount Ulysses' storage, for example in :ref:``/Volumes/Ulysses\ SFTP\ Drive``, by executing in a terminal:

.. code-block:: console
Expand Down
Binary file modified doc/source/res/sshfs_macos_01.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
75 changes: 75 additions & 0 deletions doc/source/res/sshfs_macos_01.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/source/res/sshfs_macos_02.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.