Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install GitWeb on Windows?

I'm trying to use GitWeb to explore my repositories, I'm completely new to it, so I'm having a little problems, I know that GitWeb is shipped with Git, I downloaded it from here http://code.google.com/p/msysgit/downloads/list?q=full+installer+official+git, it is located on \share\gitweb, then I opened the console (Git Bash), browsed to the repository and ran the command git instaweb, but it says git: 'instaweb' is not a git command.

Anyone know what is the right way to install and configure GitWeb?

I already read a lot of tutorials, but they are so confusing :/

Any help will be appreciated, thanks.

like image 548
CIOC Avatar asked Feb 28 '14 22:02

CIOC


People also ask

What is Git web?

Gitweb provides a web interface to Git repositories. Its features include: Viewing multiple Git repositories with common root. Browsing every revision of the repository. Viewing the contents of files in the repository at any revision.


2 Answers

Maybe this extension could help you :

https://github.com/alberthier/git-webui

It should work on Windows if you have Python installed

like image 67
alberthier Avatar answered Sep 30 '22 07:09

alberthier


git instaweb is not currently supported on windows by 'msysgit'.

See this issue which is still not resolved.

like image 35
Bohr Avatar answered Sep 30 '22 05:09

Bohr