Skip to content

Can't clone from a bundle #2038

@WelliSolutions

Description

@WelliSolutions

Repro steps (Windows):

  1. git init bundle-demo
  2. cd bundle-demo
  3. echo content>file.txt
  4. git add file.txt
  5. git commit -m "bundle demo content"
  6. git bundle create ..\demo.bundle --all
  7. Open SourceGit
  8. Click on the "Clone remote repository" ☁ icon
  9. Enter the bundle name as the repository URL

Result:
The remote URL is considered invalid.
Image

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 right

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions