When I want to create a new branch and switch to the new branch,
execute git checkout -b #233_change_something
,
prompt error: switch ‘B’ requires a value
guess that the branch name is caused by the beginning of #
,
so try to put quotation marks on the branch name
git checkout -b "#233_change_something"
Done!
Read More:
- How to Solve Git Error: error: unable to unlink old ‘***.jar‘
- [Solved] error Strings must use singlequote, error Extra semicolon、error Unexpected trailing comma
- [Solved] Git error: refname refs/heads/master not found
- PostgreSQL insert data error: column “XXX” does not exist solution
- Springboot + Git Error: detached HEAD [How to Solve]
- git error: The following untracked working tree files would be overwritten by checkout
- [Solved] git Error: error: dst refspec v0.10.2 matches more than one
- Gog cannot link PSN: the connection to the server timed out
- frida.InvalidArgumentError: script(line *): SyntaxError: unexpected end of string
- [Solved] error: Pulling is not possible because you have unmerged files
- [Solved] Error C1189: #error: Please use the /MD switch for _AFXDLL builds
- [Solved] Android Error: AAPT: error: unescaped apostrophe in string;Multiple substitutions specified in non-positi
- [Solved] Git submits locally to the remote warehouse Error: failed to push some refs to…
- [Solved] Flutter Amap plug-in amap_location error: AmapLocationPlugin.java:287: error
- [Solved] elasticsearch.bat Running Flashback.: Error occurred during initialization of VM, Error occurred during initializatio
- Error when manipulating files: zipfile.BadZipFile: File is not a zip file
- Git: How to Solve Error: Please commit your changes or stash them before you merge.
- git error:invalid path [How to Solve]
- The execution of ExecuteNonQuery by oraclecommand is suspended
- Python3: Str.format Keyerror Solution for incoming parameter error