Error in go FetchInternalRemote "git fetch failed: signal: terminated"
FetchInternalRemote sometimes fails with git fetch getting SIGTERM. And returning an error as per https://github.com/golang/go/blob/go1.14.2/src/os/exec_posix.go#L107
Edited by James Fargher