Finding:
- GitLab Community Edition 10.8.7 able to show wiki Page content of "Noob version)"
Solutions:
- Upgrade to GitLab that can edit the page, but I didn't log down which version.
- Open the Wiki Page, and remove those characters.
- Then you can clone the wiki page to your local.
Background
GitLab Community Edition 10.1.0 5a695c4
Users created some wiki pages with title of below:
- How-to-Deploy-your-Project(-Front-end)-From-VSC-locally?-(Newbie/Noob version)
- Instance ip.address:9010 operation process flow
Impacts
Character "?"
- Wiki Page structures screwed up.
- Unable to open the page "Noob version)", as / is valid and act as sub page of a parent page of text before "/"
- Failed to clone to windows environment as not allow "?" as filename.
Character ":"
- Wiki Page showing correctly.
- Wiki Page has no issue to be edited.
- But failed to clone to windows environment as not allow ":" as filename.
Clone script
git clone ssh://git@test.gitlab.yourcompany.local:2202/com/yourcompany/general.wiki.git
- Replaced ":" character with "-" at WIKI Page Title
Special characters been identified causing cloning wiki issue:
- -
- ?
No comments:
Post a Comment