Import collection fails with "could not read Username" error when cloning private repository #131
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_books#131
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?
Description
Attempting to import a collection from
https://forge.ourworld.tf/ourworld/docs_public_owh.gitinto theourworldnamespace fails immediately during the clone step:The repository appears to require authentication, but no credential prompt or authentication mechanism is available during the import process, causing the clone to fail outright.
Expected behavior: The import flow should support authentication for private repositories (e.g., via credentials, tokens, or SSH keys), or provide a clear error message indicating that authentication is required.