Forums

Git pull not working

Hi, when i want do git pull, the console says fatal: not a git repository (or any parent up to mount point /home)Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). Dont really know what to do now. It says the same when I do git status. It worked last time I used it. Thanks for any advice. PS: Im a novice so please some step by step responses :D.

If you're getting that error message, it's saying (in a slightly lengthy way) that your current working directory is not a git repo. You need to use the cd command to change directory to the place that you checked your code out to.

Thank you very much, didnt think of that ;)

No problem, glad to help!