Camel Case is not reflected in repo filenames causing external ssh to fail #2467

Closed
opened 2025-11-02 04:37:21 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @symgryph on GitHub (Oct 29, 2018).

this is a follow up and bug report:

If I just create a new repo with camel case like RepoName the subsequent directory in the repo subdir is in lowercase. The UX passes Camel Case to the ssh string, when it should either lower case them, or simply perform a lower case in the desciption. If I use the external ssh server is looks for CamelCase when it should be looking for camelcase, causing I can't find repo error error".

Originally created by @symgryph on GitHub (Oct 29, 2018). this is a follow up and bug report: If I just create a new repo with camel case like RepoName the subsequent directory in the repo subdir is in lowercase. The UX passes Camel Case to the ssh string, when it should either lower case them, or simply perform a lower case in the desciption. If I use the external ssh server is looks for CamelCase when it should be looking for camelcase, causing I can't find repo error error".
Author
Owner

@symgryph commented on GitHub (Oct 29, 2018):

Figured it out. Its really you can't have /bin/false as git's shell.

@symgryph commented on GitHub (Oct 29, 2018): Figured it out. Its really you can't have /bin/false as git's shell.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#2467