Git non fast forward?

Subscribe to Git non fast forward? 3 post(s), 3 voice(s)

 
songsta 4 post(s)

I have problems every time I try to use git! I wish it were easy. I’m persevering because apparently it’s the next best thing.

So here is my error:

$ git push origin master
To git@git.assembla.com:ipumpt.git ! [rejected] master -> master (non-fast forward)
error: failed to push some refs to ‘git@git.assembla.com:ipumpt.git’

Can anyone tell me what’s going on here?

 
Cbttkkpdir2o7yaaep0qfc Vitalie Lazu Administrator 513 post(s)

Try to pull from remote repository first, somebody pushed some changes that are not in your local repository.

 
williamn 2 post(s)

I got same proble, and what Vitalie Lazu said make it solved.

Thanks!