GIT_DISCOVERY_ACROSS_FILESYSTEM problem when working with terminal and MacFusion

前端 未结 6 2123
萌比男神i
萌比男神i 2021-01-31 14:53

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

6条回答
  •  囚心锁ツ
    2021-01-31 15:53

    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.

提交回复
热议问题