Windows git: Fatal: TaskCanceledException encountered

后端 未结 8 713
渐次进展
渐次进展 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:15

    Turns out i had to to set up the proxy

    git config --global http.proxy http://proxyuser:proxypwd@proxy.server.com:80
    

提交回复
热议问题