Error : unsafe repository ('C:/Users/user/Desktop/proj/react-basic-proj' is owned by someone else) To add an exception for this directory, call: git config --global --add safe.directory C:/Users/user/Desktop/proj/react-basic-proj
해결
git config --global --add safe.directory C:/Users/user/Desktop/proj/react-basic-proj
Error : Failed to load config "react-app" to extend from.
해결
npm install eslint-config-react-app
'Git' 카테고리의 다른 글
[Git] GitHub Actions 자동 배포 (0) | 2025.04.22 |
---|---|
[git] git 명령어 (0) | 2022.12.07 |
[Github] GitHub 보안파일 커밋 내역 삭제하기 (0) | 2022.10.04 |