月归档:2022年03月

错误警告

Your local changes to the following files would be overwritten by merge: .DS_Store

Your local changes to the following files would be overwritten by merge: .DS_Store

GIT 代码管理时,在合并分支代码过程中,报如下错误信息,导致代码无法合并。 Your local changes to the following files would be overwritten by merge … 继续阅读

发表在 错误警告 标签为 , ,
Linux

fatal error: jemalloc/jemalloc.h: No such file or directory

fatal error: jemalloc/jemalloc.h: No such file or directory

Linux 系统中,有时候在编译安装软件时,会提示:/bin/sh: cc: command not found,说明没有编译代码的 gcc 环境,一般咱会先安装 gcc,命令如下: yum -y install gcc … 继续阅读

发表在 Linux 标签为 , , , ,