ネットワークドライブ使用時にプロジェクトを作成できず、『not in a git directory』エラーが発生する

問題

ネットワークドライブ(Box など)をExploratoryのレポジトリとして使用している場合、プロジェクトを作成しようとすると、以下のエラーが発生することがあります。

error from git init/config/add/commit: Command failed: git init && git config user.name abcde && git config user.email abcde && git add --all && git -c commit.gpgsign=false commit --no-verify -m \"[\"CREATE_PROJECT\",\"Untitled Project 1\"]"

fatal: not in a git directory

回避策

この問題を回避するには、ネットワークドライブではなく、ローカルドライブを Exploratoryのレポジトリに使用してください。

Exploratory Repository の変更方法については、以下のガイドをご参照ください。