报 fatal: index-pack failed错误
Git从GitHub上拉取项目时报错
出现上面的问题:直接执行以下命令:

$ git config user.email “your email address”

$ git config user.name “username”
Git从GitHub上拉取项目时报错Git从GitHub上拉取项目时报错
最后再输入:
$ git clone 项目地址
(例如:https://github.com/XXX/XXXX.git)

参考资料:https://www.cnblogs.com/ohlala/p/10920088.html

相关文章:

  • 2021-06-24
  • 2022-01-16
  • 2022-01-15
  • 2022-02-15
  • 2022-12-23
  • 2021-05-03
  • 2021-09-06
  • 2021-10-10
猜你喜欢
  • 2021-10-31
  • 2021-09-20
  • 2021-07-20
  • 2022-01-26
  • 2021-10-26
相关资源
相似解决方案