title: git常用命令 date: 2022-07-15 22:56:19 tags: git


git常用命令

相关解释 :

Git error "object file ... is empty"?

how can i fix the git error object file is empty/12371337#12371337

先试一下

git pull
find . -type f -empty -delete -print
git fsck --full
tail -n 2 .git/logs/refs/heads/main
git show hash
zood