Error message
On branch main Changes not staged for commit:
(use "git add ..." to update what will be committed)
Visual_project(루트경로)
├── Bert-Score
└── Open-Renew
위와 같은 구조일 때 루트 경로에 git이 설치(초기화)되어 있고, 여기에서 git 작업을 하는데 내부(하위) 폴더인 Bert-Score 폴더 혹은 Open-Renew 폴더에 git이 설치되어 있어 오류가 난 것 (.git 파일이 있다면 git이 설치되어 있는 것)
Solution
ls -a