= bug description = {{{ $ git clone --depth=1 https://fedorapeople.org/cgit/till/public_git/fedora-easy-karma.git fedora-easy-karma.https Klone nach 'fedora-easy-karma.https' ... fatal: dumb http transport does not support --depth
}}} = bug analysis = seems that the CGI for git smart http is not properly configured for fedorapeople. = fix recommendation = Enable CGI
Correct summary for the ticket would be to change the displayed git clone url.
Cloning https://fedorapeople.org/git/till/fedora-easy-karma.git does give you the smart protocol.
This would be fine with be as well. Do you know why it was changed? It seems like it was {{{https://fedorapeople.org/home/fedora/till/public_git/fedora-easy-karma.git}}} initially, but since this URL did not work now, I looked for the new one.
Looking at this it seems easier to me to adjust the apache config for the right path than the cgit display.
is it maybe possible to make the apache config work with both paths to not break existing checkouts?
I believe this is fixed now - I can now successfully clone using the command in the original ticket summary. Let me know if anything seems off!
Log in to comment on this ticket.