git commit stopped working - Error building trees

后端 未结 11 1212
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-23 16:13

I can not commit a change:

$ git commit
error: invalid object 100644 13da9eeff5a9150cf2135aaed4d2e337f97b8114 for \'spec/routing/splits_routing_spec.rb\'
err         


        
11条回答
  •  死守一世寂寞
    2020-12-23 16:18

    For me it was just permissions issue. When I run with sudo, it worked. perhaps something to do with mac environment

提交回复
热议问题