💬

fatal: not a git repository

2021/09/29に公開

Issue

$ git remote add origin ...

fatal: not a git repository (or any parent up to mount point /mnt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).

Solution

$ git init

Discussion