-
Notifications
You must be signed in to change notification settings - Fork 271
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
Not a valid object name when push dot named subrepo #583
Comments
I have the same issue using |
it looks like it should be resolved by PR #498 |
After re-init and clone, I found that it was actually because the rebase changed the commit id and the .gitrepo file not same. |
Work around? I rebased the master branch and I can push one subrepo, but 3 other nested subrepo's under that one all fail with this error. All subrepos are in rebase mode. related: #503 (comment) |
Workaround
If you had changes in the parent repo that are not reset to subrepo stateReset the files to the state on the main branch: Example: my MR |
I found a potential fix for this issue here: #617 |
I used a directory name with a dot '.', which usually can't be used in a branch name,
I tried using
git subrepo init
and it worked,but when I did a
git subrepo push
it failed,guessing because of the dot name , the same
git repo branch
also fails.The text was updated successfully, but these errors were encountered: