问题
Git 更新完以后在 push 到 Github 上的时候出现了报错:
$ git push -u origin master
Fatal: TaskCanceledException encountered.
Username for 'https://github.com':
解决
$ git config --global credential.helper manager