REJECTED_NONFASTFORWARD error in git remote push Netbeans -
i'm working on remote git, , find remote i'm trying push send new changes other remote (for joining origin / master) , sending pull or push pull upstream in screen locked in image screen advancing hangs on screen, want do: take pull, merge , send new files push. how proceed? i'm using netbeans ide 8.0 (windows) .
after , shows error: , in final output:
remote repository updates branch update : master old id : 0000000hgfh0000fdffgg1f32g1fdg2fd1gd1g2fd new id : 0000dsadda000hgfh06546f32g1fdg2fd1gd1g2fd result : rejected_nonfastforward local repository updates branch update : origin/master old id : 0000000hgfh0000fdffgg1f32g1fdg2fd1gd1g2fd new id : 0000dsadda000hgfh06546f32g1fdg2fd1gd1g2fd result : not_attempted ==[ide]== 24/06/2015 21:54:14 pushing
you need pull first since remote has new commits not have locally. attempting push.
Comments
Post a Comment