Warning prompt: Push rejected! Push master to origin/master was rejected by remote;
When trying to solve the problem, I re-created the folder locally and pulled the server code. When I submitted it later, I still got a prompt that the code could not be submitted;
It’s not webstrom’s problem.
First of all, do you have permission to the remote warehouse?
Then you are using ssh/https. Ssh requires you to add ssh-key on github, and https requires you to enter the user password.
Have you established a remote relationship? git remote add origin master
Are these problems holding you back