-
Notifications
You must be signed in to change notification settings - Fork 670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
special chars in folders name #999
Labels
Milestone
Comments
Confirmed
|
Yup, we need a pull request to solve this. :) |
Wanted to add to this: I had a similar issue just now where I had the name "(Temp and Humid Sensor) - ATMega32u4" and it appears to throw the same error ("Internal Error") when I try to navigate to the 'tree' view via the web portal. I was able to correct the problem by removing the parens. Running v1.8.0. [Cut from my logs]
|
flaix
pushed a commit
to flaix/gitblit
that referenced
this issue
Jun 10, 2019
Create a regression test for issue gitblit-org#999. Add directories with '[]' ans '()' in the name to the hello-world repository, so that they can be used in unit tests for repository paths with special characters.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a folder named "[logs]". When I try to open it with gitblit, it returns:
"Internal error"
How can I solve it?
thank you
The text was updated successfully, but these errors were encountered: