git的一次异常问题记录
git更新过程出现异常
fatal: unable to read tree 29a422c19251aeaeb907175e9b3219a9bed6c616
christopher@christopher-laptop:~/source/personal$
解决方案
'''
rm -rf .git
git init
git add .
git commit -m'重新初始化没有旧历史记录的版本库'
'''
git更新过程出现异常
fatal: unable to read tree 29a422c19251aeaeb907175e9b3219a9bed6c616
christopher@christopher-laptop:~/source/personal$
'''
rm -rf .git
git init
git add .
git commit -m'重新初始化没有旧历史记录的版本库'
'''