When git submits the code, it appears: fatal: TaskCanceledException encountered, the solution

Appears when git push updates the code

fatal: TaskCanceledException encountered

As shown in the figure:
Insert picture description here

Solution: Enter the following command under the command line, and then re-git push

git config --global credential.helper manager 

Guess you like

Origin blog.csdn.net/weixin_42760923/article/details/108016829