Skip to content

cannot clone a git repo with a custom name with spaces #114

@ashvwinn

Description

@ashvwinn

When cloning a git repo with the try clone command, if the custom name provided have spaces then it only gets the first word before the space and ignores the rest. This does not happen when cloning with the clone alias try <git-url>.

Ex.

try clone <git-url> a b    # this clones with the custom name as "a" and ignores the rest

Doing the same with the clone alias:

try <git-url> a b     # this clones with the full custom name "a b"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions