알뜰살뜰 정보

[Error]The git repository has too many active changes, only a subset of Git features will be enabled.

쉬고싶은 거북이 2023. 1. 25. 15:53

깃 코파일럿 사용 중 작동안될 때

The git repository has too many active changes, only a subset of Git features will be enabled.

Git 저장소에 활성 변경 사항이 너무 많으므로 Git 기능의 하위 집합만 사용하는 이슈 발생

그러면서 코파일럿 작동안함

 

해결한 방법

git config --global core.autocrlf false

 

 

 

 

 

 

 

 

 

 

 

 

 

입력 X

git clean -d -n

git clean -f -d