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

后端 未结 13 2251
深忆病人
深忆病人 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:41

    Simply, after you clone the repo you need to cd (change your current directory) to the new cloned folder

    git clone https://User_Name@bitbucket.org/Repo_Name.git
    
    cd Repo_Name
    

提交回复
热议问题