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
{{ message }}
This repository was archived by the owner on Jul 1, 2026. It is now read-only.
Git does not allows spaces in URLs, and GitHub automatically replaces spaces in repo or branch names with hyphens. For the LOC & GitHub/GitLab star history tools, spaces in the user/branch URL are replaced with %20.
Could spaces instead be replaced by hyphens, such as user name/repo name becoming user-name/repo-name. Or maybe an error message indicating that spaces cannot exist in the URL?
Git does not allows spaces in URLs, and GitHub automatically replaces spaces in repo or branch names with hyphens. For the LOC & GitHub/GitLab star history tools, spaces in the user/branch URL are replaced with %20.
Could spaces instead be replaced by hyphens, such as
user name/repo namebecominguser-name/repo-name. Or maybe an error message indicating that spaces cannot exist in the URL?