Unable to Create Project When Using a Network Drive: 'Not in a Git Directory' Error

Problem

When using a Network Drive (such as Box), you may encounter the following error when attempting to create a project:

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

Workaround

To avoid this issue, use a local drive for your Exploratory Repository instead of a network drive.

For detailed steps on switching your Exploratory Repository, refer to the following guide:
How to switch Exploratory Repository