-
[git] git add error : adding files failedWith Computer/Git, GitHub 2020. 3. 3. 10:22
$ git add . error: open("업무관련/~$2020-02-28 - 파일명"): Permission denied error: unable to index file '업무관련/~$2020-02-28 - 파일명' fatal: adding files failed
폴더를 새로 만들어 기존에 commit되어 push된 파일을 옮겨두었더니 위와같은 오류 발생
.git ignore / 브랜치 사용에 능숙했다면 좀 달라질 수 있겠지만 아직까지는 모르니까
다음의 방법으로 해결함
git add --ignore-errors .
[ 참고 ] https://stackoverflow.com/questions/356323/cant-add-all-files-to-git-due-to-permissions
반응형'With Computer > Git, GitHub' 카테고리의 다른 글
[gitlab] remote: HTTP Basic: Access denied (0) 2020.03.20 [생활코딩]git2 -cli 버전관리 - 수업을 마치며 (0) 2020.02.09 [생활코딩]git2 -cli 버전관리 -10.되돌리기-git revert (0) 2020.02.09 [생활코딩]git2 -cli 버전관리 -9.삭제-git reset (0) 2020.02.09 [생활코딩]git2 -cli 버전관리 -8.보충수업 (0) 2020.02.09