The project disappears from gitweb after clicking git

I use gitolite to host my source code and set up a website using gitweb to display all my projects. Initially, all projects are displayed correctly through gitweb, however, after I modified one project and clicked git, it immediately disappeared from the list of projects.

Each project, when I click git on it, it will disappear from the list of gitweb projects. Then, if I make the "git clone --bare" of this project and replace the original one, it will return to the project again ...

Does anyone face the same problem?

ps I do a "git clone --bare" and do a "git push" and then compare it with the original one, which I get:

Only in test.git / objects: 86 Only in test.git / objects: af Only in test.git / objects: f4 Only in test.git / refs / heads: master

a new file is created with the identifier master commit.

+6
git linux gitolite gitweb
source share
1 answer

It depends:

"disappear" means that the authentication you entered at the Apache level is not a registered reader.

+4
source share

All Articles