javascript - When using webStorm to submit code through git push, an error occurs
迷茫
迷茫 2017-07-05 10:37:53
0
1
1290
  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;

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(1)
刘奇

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!