Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-gl-sync: fetch at max depth rather than unshallow #974

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

zackgalbreath
Copy link
Collaborator

While setting up a new copy of the sync script for Kokkos I encountered into the following error:

fatal: --unshallow on a complete repository does not make sense

I'm not 100% sure why git decided to do a full (rather than shallow) clone for this repository, but fetching at maximum depth instead seems to solve the issue.

https://stackoverflow.com/a/46477285

While setting up a new copy of the sync script for Kokkos I encountered
into the following error:

fatal: --unshallow on a complete repository does not make sense

I'm not 100% sure why git decided to do a full (rather than shallow)
clone for this repository, but fetching at maximum depth instead seems
to solve the issue.

https://stackoverflow.com/a/46477285
@zackgalbreath zackgalbreath merged commit a1558b9 into main Oct 15, 2024
15 checks passed
@zackgalbreath zackgalbreath deleted the fetch_max_depth_instead_of_unshallow branch October 15, 2024 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants