sshfs
GIT_DISCOVERY_ACROSS_FILESYSTEM problem when working with terminal and MacFusion
I got this error until I realized that I hadn’t intialized a Git repository in that folder, on a mounted vagrant machine. So I typed git init and then git worked.
Unmount the directory which is mounted by sshfs in Mac [closed]
Try this: umount -f <absolute pathname to the mount point> Example: umount -f /Users/plummie/Documents/stanford If that doesn’t work, try the same command as root: sudo umount -f …