“fatal: Not a git repository (or any of the parent directories)” from git status

后端 未结 13 2250
深忆病人
深忆病人 2020-12-04 14:54

This command works to get the files and compile them:

git clone a-valid-git-url

for example:

git clone git://cfdem.git.sour         


        
13条回答
  •  無奈伤痛
    2020-12-04 15:42

    In my case, was an environment variable GIT_DIR, which I added to access faster.

    This also broke all my local repos in SourceTree :(

提交回复
热议问题