깃 커밋하다가 이런 에러를 발견!
fatal: Unable to create 'D:/Sareum/ThirdPersonTemplate/.git/index.lock': File exists.
Another git process seems to be running in this repository, e.g.
an editor opened by 'git commit'. Please make sure all processes
are terminated then try again. If it still fails, a git process
may have crashed in this repository earlier:
remove the file manually to continue.
git did not exit cleanly (exit code 128)
여기 저기 돌아다니며 비슷한 내용의 포스팅을 찾아봤다.
아래 블로그의 댓글을 보면서 윈도우는 rm 말고 rmdir를 쓰라고 까지는 알게됐다. 그런데도 스위치가 틀리다고 하는 것 아닌가?! 그래서 뭘 삭제하는가?
[Git 에러] Another git process seems to be running in this repository(갑자기 잘 사용하던 Git이 안될 때)
아래 이미지처럼 index.lock을 직접 지웠다.
또 다른 문제는.... 푸쉬했더니 이런 오류가..
git.exe push --progress "origin" master:master
Enumerating objects: 2226, done.
Counting objects: 100% (2226/2226), done.
Delta compression using up to 20 threads
Compressing objects: 100% (2208/2208), done.
error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500
send-pack: unexpected disconnect while reading sideband packet
Writing objects: 100% (2212/2212), 4.38 GiB | 27.04 MiB/s, done.
Total 2212 (delta 493), reused 0 (delta 0), pack-reused 0
fatal: the remote end hung up unexpectedly
Everything up-to-date
git did not exit cleanly (exit code 1) (237922 ms @ 2023-11-02 오후 7:10:23)
띠발... 집 못 가겠당.
아래 블로그 보고 도전 중...-> 이것 보고도 실패함..
그래서 이것도 보고 따라해봄
https://codeground.tistory.com/35
여기까지 한시간 반이 지나 버림...............................과연 결과는...
...
'언리얼엔진' 카테고리의 다른 글
언리얼 엔진 배치파일 만들기 (0) | 2024.03.20 |
---|---|
[UE 5.1] 플레이어 좌우 이동 시 움직이는 방향으로 보게 하기 (1) | 2023.12.23 |
[UE5.1] LogTemp: Warning: CANNOT MODIFY BUILT-IN ENGINE ASSET (2) | 2023.08.17 |
[에티버스러닝] Final Post (2) | 2023.07.28 |
[에티버스러닝] 시퀀서?! (0) | 2023.07.21 |