search

Home  >  Q&A  >  body text

javascript - When using webStorm to submit code through git push, an error occurs

  1. 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;

迷茫迷茫2769 days ago1391

reply all(1)I'll reply

  • 怪我咯

    怪我咯2017-07-05 10:39:53

    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

    reply
    0
  • Cancelreply