Git error "Could not write new index file"


1. 检查看是不是disk space用光了

2. 如果问题出在index file上
$ rm -f .git/index
$ git reset

3. 如果问题出在packfile上
$ git index-pack

评论

此博客中的热门博文

AVR Tutorial - Input / Output

AVR ADC Analog to Digital Converter

Introduction to REST