How do I do a recursive clone with git2go? #287
Labels
No Label
bug
duplicate
enhancement
invalid
question
up for grabs
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: jcarr/git2go#287
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
How do I do a recursive clone with git2go? When the operation is completed I want the files of the repo and the submodule to be in the working directory.
in git I do this by
In git2go I have tried this after clonning,
The error on the Update call reads,
Object not found - no match for id (9be04b37f879b6680bfa5f1476a01ba2c1619036)
.I am able to get the files via git though.
And this while cloning.
But the submodule's files are not in the working directory.
Sorry if this is not the appropriate place for questions. And is there any place where information like this documented?
never mind. There was a problem with the repo of the submodule.