I ran the following code to pull files from windows git repository.
git pull /Volumes/sucho/Desktop/git/setup
And I connect the Windows dir
If you don't care about file permissions, you can just tell your repository to ignore file permission:
git config core.filemode false