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

fatal: Branch name doesn't conform to GIT standards: #44

Open
palash-holkar opened this issue Sep 25, 2016 · 1 comment
Open

fatal: Branch name doesn't conform to GIT standards: #44

palash-holkar opened this issue Sep 25, 2016 · 1 comment

Comments

@palash-holkar
Copy link

Hi,

I am getting above error but I am not sure for which file I got the error.
I have added several print to error message in python script but I am just getting

fatal: Branch name doesn't conform to GIT standards: refs/heads/NeuroTherm-NT2000-V2
fast-import: dumping crash report to .git/fast_import_crash_21941
p

Any one has idea how to deal with such an issue?
I verified all files names follow git standard.

@JElchison
Copy link
Owner

Sadly, your problem looks to be more an issue with Git than an issue with the export-surround-to-git script. There seems to be quite a few people on Google who have had similar issues over the years. Interestingly, most of those issues seem to be encountered while importing to Git.

Have a look at the man page for check-ref-format. The script function translate_branch_name() attempts to follow the given rubric. check-ref-format seems to be happy with your branch name:

$ git check-ref-format refs/heads/NeuroTherm-NT2000-V2; echo $?
0

Would you be kind enough to post back here once you find a resolution?

Good luck!

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

No branches or pull requests

2 participants