-
Notifications
You must be signed in to change notification settings - Fork 334
Closed
Labels
invalidThis doesn't seem rightThis doesn't seem right
Description
Repro steps (Windows):
git init bundle-democd bundle-demoecho content>file.txtgit add file.txtgit commit -m "bundle demo content"git bundle create ..\demo.bundle --all- Open SourceGit
- Click on the "Clone remote repository" ☁ icon
- Enter the bundle name as the repository URL
Result:
The remote URL is considered invalid.

Expected:
A repository can be cloned from a bundle, like we can clone it on command line.
Additional information:
Here's what it looks like on command line:
E:\>git clone e:\demo.bundle unbundled-name
Cloning into 'unbundled-name'...
Receiving objects: 100% (3/3), done.Metadata
Metadata
Assignees
Labels
invalidThis doesn't seem rightThis doesn't seem right