1

I am trying to do a git pull from a github repo on terminal using a new mac M1 chip silicon.

And I get this error:

"error: fetch died of signal 9"

So far I can't find anything online about this error. Any help is appreciated.

SwissCodeMen
  • 4,222
  • 8
  • 24
  • 34
vmieres
  • 91
  • 1
  • 1
  • 7
  • Signal 9 is `SIGKILL`, which normally means something did a `kill -9` on the process. I don't know what could be causing this in your situation, though. – joanis Mar 13 '21 at 16:47
  • But maybe this could help: https://stackoverflow.com/q/7985124/3216427 – joanis Mar 13 '21 at 16:47

0 Answers0