Skip to content
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

fix: --auth when --git-user contains space #95

Merged
merged 1 commit into from
Feb 23, 2024

Commits on Feb 21, 2024

  1. fix: --auth when --git-user contains space

    Since --git-user is a user-facing name, it's common to include a space
    in it. As such, it's not suitable to use as a username in a Git remote
    URL.
    
    GitLab documented that it doesn't (yet?) check for username [1], and
    from my testing GitHub doesn't seem to care either. So just use an
    arbitrary name as a username.
    
    [1] https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html
    peat-psuwit committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    56531a5 View commit details
    Browse the repository at this point in the history