Hi,
On Fri, 25 Apr 2014,
tuomas...@gmail.com wrote:
> torstai, 20. helmikuuta 2014 12.05.55 UTC+2
datastr...@gmail.com kirjoitti:
> >
> > git: 'http-push' is not a git command. See 'git --help'
> > fatal: git-http-push failed
>
> I've been struggling with this, too. Git just wouldn't accept http-push
> as a valid command, even though there is documentation for it!
I agree that there should not be any documentation for it. Rudimentary
research shows that the fault lies in the upstream HTML docs:
https://github.com/gitster/git-htmldocs/blob/master/git-http-push.html
Feel free to report this to
g...@vger.kernel.org, i.e. the (non-Windows)
Git mailing list (because the issue is not limited to Windows).
> Finally I noticed that my installation of Git (version
> 1.9.0.preview20140217) just didn't have file git-http-push in C:\Program
> Files (x86)\Git\libexec\git-core directory.
I was under the impression that git-remote-curl replaced the need for
git-http-push. Do you call "git http-push" directly? If so, you might want
to retrain your fingers to call "git push" instead.
Further, feel free to build Git for Windows from scratch, using
http://msysgit.github.io/#download-msysgit and figure out why it is not
building http-push (it is still in the source code:
https://github.com/msysgit/git/blob/master/http-push.c). If you feel
unable to do that, feel free to offer a bounty for anybody willing to fix
the issue. Remember: Open Source is not that place where you get to say
how other people spend their time. That is called "prison", not "Open
Source".
Ciao,
Johannes