I have recently updated my git (2.7.4.windows.1). Since then pulling from github produces output like this:
$ git pull --rebase Fatal: TaskCanceledException enco
None of the above helped me... So my fix is to remove manager helper from git's system config:
git config --system --unset credential.helper
If you got permission denied, invoke above command after running cmd as administrator.