摘要:
编译器安装 编译器可以选择 Clang 或者 GCC,在 MacOS 上 Clang 的安装更为简单一些。 Clang(推荐) 打开终端输入命令, clang -v 查看是否已经安装。 如果已经安装,会输出类似于如下的信息: Apple clang version 14.0.0 (clang-140 阅读全文
摘要:
.gitignore 文件的作用 A gitignore file specifies intentionally untracked files that Git should ignore. Files already tracked by Git are not affected; see t 阅读全文