D
D
des1roer2015-07-24 08:10:43
git
des1roer, 2015-07-24 08:10:43

NetBeans can't update remote repository?

created a branch, pushed it. after changing the program locally created a commit. I want to send changes to rap on bitbucket.
group-remote-push
select local branch master, remote master

unable to push

what does git gui output
Pushing to https://[email protected]/des1roer/newmining.git
To https://[email protected]/des1roer/newmining.git
! [rejected] master -> master (fetch first)
error: failed to push some refs to ' https://[email protected]/des1roer/newmining.git '
hint: Updates were rejected because the remote contains work that you do
hint : do not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (eg, 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.

vg4u29i.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Victor, 2015-07-24
@des1roer

You need to first get the changes you don't have - git pull. I don't know what it's called in NetBeans.
In error, in fact, everything is written.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question