Windows git: Fatal: TaskCanceledException encountered

后端 未结 8 808
渐次进展
渐次进展 2021-01-31 02:51

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         


        
8条回答
  •  南旧
    南旧 (楼主)
    2021-01-31 03:11

    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.

提交回复
热议问题