First of all, can you list the detailed error message? We can only see part of it now. In addition, judging from the error messages I can see, your error is probably because the local submission lags behind the remote submission. If this is the case, it is recommended to pull the remote submission first (git pull ) down, and then push again (git push).
There is an information prompt on your screenshot,
may conflict with your remote branch, so please update.
You need to merge conflicts first and then submit.
Maybe your branch is built locally and not on the server.
First of all, can you list the detailed error message? We can only see part of it now.
In addition, judging from the error messages I can see, your error is probably because the local submission lags behind the remote submission. If this is the case, it is recommended to pull the remote submission first (git pull ) down, and then push again (git push).