깃 커밋하다가 이런 에러를 발견!
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이 안될 때)
[Git 에러] Another git process seems to be running in this repository(갑자기 잘 사용하던 Git이 안될 때)
[이슈 내용] Git을 사용하다보면 아래와 같이 에러와 함께 Commit 및 Push가 안되는 경우가 있습니다. 현재 다른 프로세스에서 git 프로세스가 동작하고 있어서 index.lock 파일에 의해서 뭔가 락이 걸린
joycestudios.tistory.com

아래 이미지처럼 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)

띠발... 집 못 가겠당.
아래 블로그 보고 도전 중...-> 이것 보고도 실패함..
[git] fatal 오류 해결: the remote end hung up unexpectedly Everything up-to-date
Solution 1. Buffer 늘리기 이런 경우는 git의 post buffer 사이즈 문제이기 때문에 버퍼 사이즈를 늘려줌니다. git config --global http.postBuffer 1048576000 만약, 그런데도 올라가지 않는다고 하면 많은 용량을 차
2bdbest-ds.tistory.com
그래서 이것도 보고 따라해봄
https://codeground.tistory.com/35
fatal: the remote end hung up unexpectedly 오류 해결
열심히 commit한 내역을 push하려고 보니 갑자기 에러가 뜬다. send-pack: unexpected disconnect while reading sideband packet fatal: the remote end hung up unexpectedly 뭔 소린가 싶지만 구글링을 하니 단일 파일당 최대 용
codeground.tistory.com

여기까지 한시간 반이 지나 버림...............................과연 결과는...
...

'언리얼엔진' 카테고리의 다른 글
언리얼 엔진 배치파일 만들기 (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 |