美文网首页
git fatal: unable to read 解决

git fatal: unable to read 解决

作者: 刀鱼要到岛上掉 | 来源:发表于2020-07-09 16:26 被阅读0次

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 解决

      本文链接:https://www.haomeiwen.com/subject/bwjscktx.html