need to replace the binary file name after the upgrade, otherwise there will be an error in the push! can be solved with commandsc ```bash grep -rl "gitea-1.8-linux-amd64" ./* | xargs sed -i s/"gitea-1.8-linux-amd64"/"gitea-1.9.0-linux-amd64"/g ```