Data Engineering/GitHub

[Git Hub] Not a git repository (or any of the parent directories) 에러

쟈누이 2020. 10. 5. 12:05
반응형

git clone 을 한다음에도 위 에러가 뜨는 이유는 

다운받은 경로에 들어가지 않고 git 명령어를 사용하려 했기 때문이다.

 

깃을 다운받고 난 후, 그 경로에 들어가서

git 명령어를 실행하면 해당 에러는 뜨지 않을 것이다.

 

추후 비슷한 에러 발생시, 아래 링크를 참고하면서 해결할 것

 

참고 링크

stackoverflow.com/questions/11961600/fatal-not-a-git-repository-or-any-of-the-parent-directories-from-git-status

 

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

This command works to get the files and compile them: git clone a-valid-git-url for example: git clone git://cfdem.git.sourceforge.net/gitroot/cfdem/liggghts However, git status (or any other git

stackoverflow.com

 

반응형