gitblit icon indicating copy to clipboard operation
gitblit copied to clipboard

pure java git solution

Results 137 gitblit issues
Sort by recently updated
recently updated
newest added

Ref #1137 this setting allows you to disable optional client certificate authentification as well. I've tested this on my server and there's no longer any prompt to pick a user...

After I add id_rsa.pub to my profile from web ui, then when I push to repos, I still get the prompt to let me input password as below: ``` bash...

Status-New
Topic: SSH

When I start gitblit I'm getting this error - any advice: **Using java version:** java version "1.8.0_241" Java(TM) SE Runtime Environment (build 8.0.6.7 - pmz6480sr6fp7-20200312_01(SR6 FP7)) IBM J9 VM (build...

Use ssh-keygen -t RSA to generate a key pair and add the public key to the account. No matching host key type found. Their offer: ssh-rsa, ssh-dSS

Priority-Medium
Catg-Defect
Status-New
Topic: SSH

Trying to add ssh keys to a user in running gitblit/gitblit:rpc version from docker.io. Nothing happens when I click add button in users profile, ssh keys tab. Viewing network in...

:cat: Defect
Status-CanNotReproduce
Topic: SSH

Gitblit is great,The only problem is that it does not support jdk >=17。Is there plan support? Is there a specific timeline?

:cat: Enhancement
Priority-Medium
Status-Started

I've recently configured Gitblit 1.8.0 with a proper, CA-signed SSL certificate. (This in itself was a bit of a pain trying to convert the certificate to a format that keytool...

Catg-Enhancement
Priority-Medium
Status-Accepted

On the Repositories section, it shows the Recent Activities if user not logged in. I am wondering how can I disable the Recent activities and any other information if user...

:cat: Question

I'm trying to revive the gitblit plugin for Gerrit 3.5. [I built it successfully](https://gerrit-review.googlesource.com/c/plugins/gitblit/+/333180), but when I'm trying to load it, I get the following exception: ``` com.google.gerrit.server.plugins.PluginInstallException: Unable to...

Status-Done
:cat: Question