On 04/03/2018 21:45, Sven Strickroth wrote:
>
> TortoiseGit just calls git.exe of the Git for Windows package. So our
> your computer where it does not work, you seem to have an outdated
> version of git installed (cf.
https://stackoverflow.com/q/48938019/3906760).
>
Thanks Sven, it looks like I'll need to dig a bit deeper.
I do have an old version of git installed on my 2nd computer (I haven't
updated that one yet) but according to GitHub Support, that should only
affect pushing. 'git pull' and 'git fetch' should still be possible -
even with an older client using TLSv1.0 or v1.1 (and to be fair, that
was definitely possible before I updated Git and TortoiseGit on my 1st
machine).
On that 1st machine I'm now running Git v2.16.2 and TortoiseGit v2.6.0.0
- it feels as if one of them has 'marked' my GitHub repo somehow, so
that it can't be used any more with older versions.
(either that - or GitHub Support are simply mistaken...)
And if I read between the lines, there's something called 'Git
Credential Manager' which might also be involved. I didn't update GCM
(in fact, I'm not even sure what it is) but maybe that needs updating too?
John