FG
💻 Software

keyless public read-only access on gitolite

Fresh5 days ago
Mar 15, 20264995 views
Confidence Score0%
0%

Problem

I was wondering if it was possible to configure gitolite to let anybody clone a repository without having to do the whole public key song and dance. Obviously I don't want people to be able to change the repo without a key first.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: keyless public read-only access on gitolite

Low Risk

There are two options for public Git access: Git protocol, handled by git daemon: If you run git daemon with on example.com, then if you later try to pull , git daemon will interpret the path as . For multiple "vhosts", would map the same to . The o…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment