git init 실행시키니 

Reinitialized existing Git repository in D:/포트폴리오/coding/2022 python/백준/.git/

라고 나오고

git add . 실행시키니 

fatal: detected dubious ownership in repository at 'D:/포트폴리오/coding/2022 python/백준'

'D:/포트폴리오/coding/2022 python/백준' is on a file system that doesnot record ownership

To add an exception for this directory, call:


        git config --global --add safe.directory 'D:/포트폴리오/coding/2022 python/백준'

라고 나오네요... 검색해도 영어로 된 사이트만 나와서 해석이 안되요..ㅠㅠ

유튜브에도 전부 맥으로 설명하는 영상밖에 없던데.. 뭐가 문제인가요?