I have installed GitStack 2.3.9 with default settings.
I need to create a new repository with name 01.Test
using the UI page'Repositories' where in the end of the of page there is 'Create repository' with a textbox. The UI is like this.
But I get the below error message which is displayed in the beginning of the page when I press the 'Create' button.
Please enter an alphanumeric name without spaces
If I try to create a new repository without dot with name 01Test
it succeeded.
How can I create repository with dot in the name?
No, git repo name 01.Test
with dot/peroid is invalid in GitStack.
As the message shows, only alphanumeric name is available for GitStack.
So only repo names contain a
-z
or 0
-9
are valid.