According to your screenshots, your default branch is "main", not "master".
The master
did not match any branches known to git, so the task failed.
In addition, you need to use origin/{branch}
instead of {branch}
. As the branch is a remote branch.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…