摘要:
安装完后gdb一般会有提示: ==> gdbgdb requires special privileges to access Mach ports.You will need to codesign the binary. For instructions, see: https://source 阅读全文
摘要:
(gdb) runStarting program: /Users/lurongming/test/cpptest/mainUnable to find Mach task port for process-id 33242: (os/kern) failure (0x5).(please chec 阅读全文
摘要:
git clone克隆远程仓库默认是只克隆master分支,当想把远程仓库上的所有的分支都克隆下来的话,有以下几种方法。 使用远程仓库github上的LSMLIB仓库为例.该仓库在github上一共有三个分支:master(default),dev-samrai,dev. 在使用git的过程中都使用 阅读全文