-
Notifications
You must be signed in to change notification settings - Fork 259
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
Error with oddly named branch #165
Comments
Yes that error is due to git requiring that a branch name must be a valid filename or path + filename on the host system. Using the branch map is the correct way to handle it, but there are two potential gotchas:
|
Also consider if you want to use the new |
Adding the -n flag to my command line has fixed the issue, Note: |
If it starts working with If you want to test out the branch mapping, run |
error: cannot lock ref 'refs/heads/VladK_#160_Export_Selected_Question/Question_Transcript"_crashes_if_board_is_empty_(no_questions)': Unable to create 'C:/Projects/magicbullet/.git/refs/heads/VladK_#160_Export_Selected_Question/Question_Transcript"_crashes_if_board_is_empty_(no_questions).lock': Invalid argument
I know from reading around the subject the slashes can be a problem, but the odd double-quote in the middle looks like it could be the problem.
I have tried adding -B argument, where the file contains:
"VladK_#160_Export_Selected_Question/Question_Transcript\"_crashes_if_board_is_empty_(no_questions)"="VladK_#160_Export_Selected_Question__Question_Transcript_crashes_if_board_is_empty_(no_questions)"
Also, I cannot find any reference to this branch in the repository.
I asm assuming this is a branch, but maybe it is a tag?
The map file doesn't fix the problem.
Any suggestions would be appreciated.
The text was updated successfully, but these errors were encountered: