-
Notifications
You must be signed in to change notification settings - Fork 535
Fetch: object not found #802
Comments
Can you provide a repository where this fails? Thanks |
same issues.
if I commit 2 times or more. pull will result
|
There's how I analyzed it. Becaues clone options set depth is 1. after clone, local store have one commit info that it have parent commit hash, but local store don't have parent commit info.
when pull code, it could loop local store commits. Error in the appeal code. then why need to loop local store commits or whether need to ignore this error in the pull. |
Solution to Issues src-d#802.
So this only happens when the initial clone was done with depth = 1? |
@jacksgt I think so |
Can you check if #810 fixes your problems? |
@jacksgt can you check if is now fixed at version: v4.3.1? |
Closing, if it isn't fixed please re-open |
Hi there,
I'm having an issue fetching updates from Github.
The repository was previously cloned like so:
then, after modifications have been made to the remote repository, I want to fetch updates:
But this results in a
object not found
error (ErrObjNotFound
).git fetch
(--all
) works just fine.Any suggestions how I can debug this issue?
The text was updated successfully, but these errors were encountered: