Skip to content

dotfiles: tilde sign in git repository URL is not allowed #762

@winkelmv

Description

@winkelmv

Problem

Since dotfiles v1.2.4, the git repository URL is validated using a regex. In my company's Bitbucket setup, the user repository URLs always include a tilde (~) sign, e. g. like that:
ssh://git@bitbucket.mycompany.org:7999/~myusername/example-repository.git

The tilde is not allowed in the regex, rendering the dotfiles plugin v1.2.4 and newer useless for us.

Proposed solution

The validation regex should be changed to allow using "~".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions