본문 바로가기

웹 개념

git add . 오류 => Filename too long in Git for Windows

728x90
  1. Run Git Bash as administrator (right-clicking the app shortcut will show the option to Run as Administrator )
  2. Run the following command:
git config --system core.longpaths true

Note: if step 2 does not work or gives any error, you can also try running this command:

git config --global core.longpaths true

 

728x90

'웹 개념' 카테고리의 다른 글

css flex?  (0) 2022.09.02
버블링과 캡처링이란?  (0) 2022.08.31
NextJs Context의 의미  (0) 2022.08.24
프로미스란?  (0) 2022.08.24
SPA에 대한 간단한 설명  (0) 2022.08.21