sean I'm curious as to why we're running such an old version of git. I ran into a similar problem, I currently use git -C <path> pull
in my deployment scripts, which I guess is not supported on 1.x. WF is using 2.29.2
.
I don't really want to have to install a recent git on each of my user accounts. Any hope of getting this upgraded?
Also, what do you think about using
wget https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.29.2.tar.gz
instead? That's, from Oct 29, 2020, while 2.9.5 is from 2017. (Of course, if you look at the page https://mirrors.edge.kernel.org/pub/software/scm/git/, it's not sorted naturally, so 2.9.5 actually is at the end of the list 😆 )