Why do i get “error: failed to push some refs”?

前端 未结 5 676
陌清茗
陌清茗 2020-12-31 11:59

I have a remote git repository and a local one that i work with. Whenever i do any changes locally, i push them to the remote. Then i sometime do a \"git commit\" on the rem

5条回答
  •  萌比男神i
    2020-12-31 12:12

    I faced similar problem, and the following command worked. git push --set-upstream origin master

提交回复
热议问题