We have seen the reference delta not found error message while cloning a repository.
We created a minimal reproducible example: https://github.com/ZauberNerd/go-git-external-ref-thinpack
We already saw two other issues and a merged PR, mentioning this error message:
But those seem to only mention AWS CodeCommit (and we are on GHES) and even with #392 by @ga-paul-t merged, our reproducer is still able to reproduce the issue, therefore we are not sure, if it is the same issue or related in some other way.
Steps to reproduce:
git clone git@github.com:ZauberNerd/go-git-external-ref-thinpack.git
cd go-git-external-ref-thinpack/
git submodule update --init --recursive
go run main.go
We have seen the
reference delta not founderror message while cloning a repository.We created a minimal reproducible example: https://github.com/ZauberNerd/go-git-external-ref-thinpack
We already saw two other issues and a merged PR, mentioning this error message:
But those seem to only mention AWS CodeCommit (and we are on GHES) and even with #392 by @ga-paul-t merged, our reproducer is still able to reproduce the issue, therefore we are not sure, if it is the same issue or related in some other way.
Steps to reproduce:
git clone git@github.com:ZauberNerd/go-git-external-ref-thinpack.gitcd go-git-external-ref-thinpack/git submodule update --init --recursivego run main.go