GIT_DISCOVERY_ACROSS_FILESYSTEM problem when working with terminal and MacFusion
问题 I'm using MacFusion with OSXFuse(similar to MacFuse) to mount my server over SSH onto my office machine. When I cd into my rails work directory on the server, i can't see any git info in my zsh prompt. If i try a git pull origin, i get the following error message: fatal: Not a git repository (or any parent up to mount parent /Volumes) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set) I know I can ssh to the server but then wouldn't I lose zsh autocorrection & history?