Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Version Control/
Git
Git
/Git Error/
git did not send all necessary objects
Search

git did not send all necessary objects

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2023 Aug 2 13:3
Editor
Editor
Seonglae ChoSeonglae Cho
Edited
Edited
2023 Aug 2 13:11
Refs
Refs
 
 
 
How to handle git gc fatal: bad object refs/remotes/origin/HEAD error?
I randomly hit this today while trying to run Git garbage collect: $ git gc fatal: bad object refs/remotes/origin/HEAD error: failed to run repack How do I deal with this?
How to handle git gc fatal: bad object refs/remotes/origin/HEAD error?
https://stackoverflow.com/questions/37145151/how-to-handle-git-gc-fatal-bad-object-refs-remotes-origin-head-error
How to handle git gc fatal: bad object refs/remotes/origin/HEAD error?
[Git sourceTree] reference broken
sourcetree 를 사용중에 fetch가 안되는 현상이 발생했다 ㅇㄴ 초기에는 stack overflow를 참고하여 시도하였다 1. git gc --prune=now INPUT>git gc --prune=now error: bad ref for .git/logs/refs/remotes/origin/Dev fatal: bad object refs/remotes/origin/Dev FAIL 2. INPUT>mv .git/refs/remotes/origin/HEAD /tmp INPUT> git gc fatal: bad object refs/remotes/origin/Dev error: failed to run repack FAIL 3. INPUT> git remote set-head origin --aut..
[Git sourceTree] reference broken
https://mastell.tistory.com/31
[Git sourceTree] reference broken
 
 

 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Version Control/
Git
Git
/Git Error/
git did not send all necessary objects
Copyright Seonglae Cho