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

"Branch name doesn't conform to GIT standards" #74

Open
EricCousineau-TRI opened this issue Oct 12, 2018 · 1 comment · May be fixed by #75
Open

"Branch name doesn't conform to GIT standards" #74

EricCousineau-TRI opened this issue Oct 12, 2018 · 1 comment · May be fixed by #75

Comments

@EricCousineau-TRI
Copy link

EricCousineau-TRI commented Oct 12, 2018

Got bit by the issue captured in PR #7

Seeing as it's a bit delayed, I've made an issue, and will submit a PR that addresses the concerns.

What I ran into:

$ git config remote.upstream.url
hg::ssh://[email protected]/osrf/sdformat
$ git fetch upstream
searching for changes
adding changesets
adding manifests
adding file changes
added 3 changesets with 21 changes to 18 files
...
fatal: Branch name doesn't conform to GIT standards: refs/hg/upstream/tags/sdformat4_4.0.0~pre1
fast-import: dumping crash report to .git/fast_import_crash_6953
fatal: Error while running fast-import
@felipec
Copy link
Owner

felipec commented Jun 4, 2019

You have to explain what is the issue.

I presume we do indeed need fix a corner case you are hitting, but it's hard to see what that corner case is.

When cloning https://[email protected]/osrf/sdformat this is what I get:

error: * Ignoring funny ref 'refs/tags/sdformat4_4.0.0~pre1' locally
error: * Ignoring funny ref 'refs/tags/sdformat4_4.0.0~pre2' locally
error: * Ignoring funny ref 'refs/tags/sdformat4_4.0.0~pre3' locally
error: * Ignoring funny ref 'refs/tags/sdformat4_4.3.0~pre1' locally
error: * Ignoring funny ref 'refs/tags/sdformat5_5.0.0~beta1' locally
error: * Ignoring funny ref 'refs/tags/sdformat5_5.0.0~beta2' locally
error: * Ignoring funny ref 'refs/tags/sdformat4_4.3.0~pre2' locally
error: * Ignoring funny ref 'refs/tags/sdformat6_6.0.0~pre1' locally
error: * Ignoring funny ref 'refs/tags/sdformat8_8.0.0~pre1' locally
error: * Ignoring funny ref 'refs/tags/sdformat8_8.0.0~pre2' locally
error: * Ignoring funny ref 'refs/tags/sdformat8_8.0.0~pre3' locally
error: * Ignoring funny ref 'refs/tags/sdformat8_8.0.0~pre4' locally
error: * Ignoring funny ref 'refs/tags/sdformat8_8.0.0~pre5' locally
error: * Ignoring funny ref 'refs/tags/sdformat8_8.1.0~pre1' locally
error: * Ignoring funny ref 'refs/tags/sdformat8_8.2.0~pre1' locally

But no crash. You want to avoid the crash, or get those tags?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants