You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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
Any one has idea how to deal with such an issue?
I verified all files names follow git standard.
The text was updated successfully, but these errors were encountered: