The default branch of kubernetes-sigs/controller-tools has been renamed to main, please run these commands on your remote (probably either origin or upstream):
git branch -m master main git fetch origin
git branch -u origin/main main
git remote set-head origin -a
Also, consider updating your fork’s default remote branch name such that if you have git auto-completion enabled, typing ma<tab> will autocomplete to main.