mirror of
https://github.com/requarks/wiki.git
synced 2026-03-02 22:06:55 -05:00
Small Usability Change when adding Git Repo #544
Labels
No labels
BETA
BETA
accessibility
backlog
bug
can't replicate
contrib-easy
contrib-hard
contrib-medium
deferred
documentation
duplicate
duplicate
editors
enhancement
invalid
localization
migrate
ui
under review
v3
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wiki-requarks#544
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ndom91 on GitHub (Apr 22, 2019).
Originally assigned to: @NGPixel on GitHub.
This is regarding 2.0.0-beta.84
When adding an HTTP (Basic) git repo as a storage backend, the helper text tells the user to enter it in the format:
https://github.com/org/repo.gitHowever, in the backend code, it does the following:
Which means, it would try to add the following repo and fail:
https://user:password@https://github.com/org/repo.gitMaybe edit that to make it clear to add the URL without the protocol (https).
I just had this issue, fortunately it was easy to figure out, but others may not be so quick to find where the issue lay in the future.
See Screenshot:
