I want to clone a project from github to my local created folder. However, when i execute "git clone" command i have below error.
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
I execute "git init" command on that folder and this error disappear, but in the following path I must "add" and "commit" the added and committed remote repository again. This is what I do not want.