[git 오류] fatal: Unable to create '.git/index.lock': Permission denied

yoonene·2024년 1월 8일
0

서버 os를 재설치하고 백업한 폴더에서 git 작업을 시작하니 다음과 같은 오류가 떴다.
fatal: Unable to create '.git/index.lock': Permission denied

ls -al이나 ll 명령어로 권한을 확인해보니 root로 되어있었다.

해결 방법: 권한을 {user_name}:{group}으로 변경했다.
(변경 방법: sudo chown -R {user_name}:{group} .git)

해결!

profile
NLP Researcher / Information Retrieval / Search

0개의 댓글