报错:composer.json 的  require添加新包 需要删除composer.lock和vender 从新composer install

[RuntimeException]
Failed to execute git checkout 'xxxx' -- && git reset --hard 'xxxxx' --

error: unable to read sha1 file of xxxxxx (xxxx)

......

......

 

解决方法

composer clear

composer install

 

参考:https://segmentfault.com/q/1010000018768672

相关文章:

  • 2021-10-09
  • 2021-06-17
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
  • 2021-06-14
  • 2022-12-23
  • 2021-12-26
猜你喜欢
  • 2021-10-02
  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
  • 2021-10-28
  • 2021-08-14
  • 2021-03-29
相关资源
相似解决方案