git-extras icon indicating copy to clipboard operation
git-extras copied to clipboard

git: 'merge-into' is not a git command.

Open ryandeussing opened this issue 10 years ago • 7 comments

For some reason git merge-into fails with the above error. No other commands cause any problems. Thx.

ryandeussing avatar May 05 '15 17:05 ryandeussing

Maybe there is not git-merge-into installed in an appropriate place?

Try which git-merge-into and which git-extras

spacewander avatar May 06 '15 03:05 spacewander

That appears to be the case, which git-merge-into returns not-found. Even though which git-extras returns /usr/local/bin/git-extras. Guess I'll live without it, as reinstalling doesn't change anything.

ryandeussing avatar May 08 '15 15:05 ryandeussing

Will you tell me the way you install git-extra? Maybe I can reproduce the problem.

spacewander avatar May 09 '15 04:05 spacewander

brew install git-extras - I also deleted the cache and re-installed to make sure I had the latest.

ryandeussing avatar May 09 '15 21:05 ryandeussing

@hemanth Well, we need to update git-extras's brew package from 2.2.0 to latest 3.0.0. And its deb package also need to be updated.

spacewander avatar May 10 '15 02:05 spacewander

@spacewander Alright!

I think we need @tj's help on this.

hemanth avatar May 10 '15 15:05 hemanth

Can this be closed, @hemanth?

qw3rtman avatar Dec 27 '15 19:12 qw3rtman