nvie / gitflow

Git extensions to provide high-level repository operations for Vincent Driessen's branching model.
http://nvie.com/posts/a-successful-git-branching-model/
Other
26.63k stars 2.66k forks source link

Cannot use git flow under windows10+git(for windows) v2.5.1 #426

Open skys215 opened 9 years ago

skys215 commented 9 years ago

Hi,

I've installed the git flow manually according to the installation guide, there were no errors occured. But I still can't use git flow commands on the git bash. It shows there are no such command. I remember that I still can use git flow under Windows7+git(for windows)v1.9.x. After I upgrade two of the things, I can't use it anymore. Hope to fix this problem.

Thanks.

JPomichael commented 9 years ago

+1
yes.This is a trouble :beetle: https://github.com/nvie/gitflow/issues/423

skys215 commented 9 years ago

Yes, I got same error as yours.

internalsystemerror commented 9 years ago

+1

Redno-Pnomis commented 9 years ago

+1

tihobrazov commented 9 years ago

+1

chimico commented 9 years ago

This is probably because msysGit was changed to Git for Windows SDK: https://github.com/git-for-windows/git/wiki/FAQ

Try copying the added files from "..\Git\bin" to "..\Git\mingw64\bin"

papswell commented 9 years ago

Same problem there! By the way, using GitHub for windows worked for me, maybe we can use this shell waiting for the fix ?

JPomichael commented 9 years ago

@papswell i think need long time,The authors did not see the feedback this problem?

blankstar85 commented 8 years ago

@chimico +++111111111

Thanks, I copied the files from git/bin to git/mingw64/bin, and works perfectly now!

Thanks again.

denisvasyanin commented 8 years ago

Huge thanks, I have been struggling with it the whole day