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:
- Failed to remove multipath map 320b508ca45022b80 [How to Solve]
- [Solved] Leetcode Error: AddressSanitizer: SEGV on unknown address 0x55eb765425b8 (pc 0x55eb76542b86 bp 0x7ffd1bd2
- [Solved] Error C1189: #error: Please use the /MD switch for _AFXDLL builds
- [Solved] Error: error C2601: ‘b‘ : local function definitions are illegal error C2063: ‘b‘ : not a function
- [Solved] Error in installing docker requires: fuse overlayfs >= 0.7
- [Solved] ./configure: error: the HTTP rewrite module requires the PCRE library
- Runtime error prompt in Android Studio: arrayadapter requires the resource ID to be a textview problem
- Matlab R2019b License Manager Error -103 [How to Solve]
- result = e.symbols[symb] KeyError: b‘system‘ [How to Solve]
- How to Solve Android Error: gps requires ACCESS_FINE_LOCATION
- error: #error PCL requires C++14 or above [Solved]
- [Solved] Vue3 Eslint Error: The template root requires exactly one element
- [Solved] Cause: java.sql.SQLException: TDengine ERROR (8000000b): Unable to establish connection
- Error: # error PCL requires C++ 14 or above
- [Solved] vue.runtime.esm.js?2b0e:619 [Vue warn]: Error in render: “TypeError: Cannot read property ‘length‘
- calico Error: Calico requires net.ipv4.conf.all.rp_filter to be set to 0 or 1
- [Solved] Failed to initialize the editor as the document is not in standards mode. TinyMCE requires standards mode.
- Android studio version 3.0 import version 2.2.2 error Error:This Gradle plugin requires Studio 3.0 minimum