You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using spr with a repo, but git spr status failed with the error: unable to auto configure repository owner - must be set manually in .spr.yml.
I believe the issue is because the repo name contains ., and repoFormat only allows \w and -. This is sort of a similar issue to the one fixed in https://github.com/ejoffe/spr/pull/393/files.
Creating a repo on Github shows that it allows: "ASCII letters, digits, and the characters ., -, and _" in repo names. Would it be reasonable to modify the regex to match all of those? Maybe adding . would cause issues with matching the .git suffix though.
The text was updated successfully, but these errors were encountered:
I tried using spr with a repo, but
git spr status
failed with the error:unable to auto configure repository owner - must be set manually in .spr.yml
.I believe the issue is because the repo name contains
.
, and repoFormat only allows\w
and-
. This is sort of a similar issue to the one fixed in https://github.com/ejoffe/spr/pull/393/files.Creating a repo on Github shows that it allows: "ASCII letters, digits, and the characters ., -, and _" in repo names. Would it be reasonable to modify the regex to match all of those? Maybe adding
.
would cause issues with matching the.git
suffix though.The text was updated successfully, but these errors were encountered: