现象: 推送GitHub时,出现如下报错 fatal: Out of memory, malloc failed (tried to allocate XXXXXX bytes)error: failed to push some refs to 'https://github.com/xxxxxxx/xx.git' 解决方法: 修改配置文件(.git/config)中远程GitHub的url为SSH形式,而不是HTTPS格式 SSH:git@github.com:用户名/仓库名.git 修改后…
centos 启动docker服务报错: Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details. 1,create daemon.json in /etc/docker/ 2, put this in it: { &q…
Mac OS X 10.11.6, curl 命令报错,错误如下: dyld: lazy symbol binding failed: Symbol not found: _SSL_load_error_strings Referenced from: /usr/local/lib/libcurl.4.dylib Expected in: flat namespace dyld: Symbol not found: _SSL_load_error_strings Referenced from:…
报错背景: cloudera-scm-agent 可以启动并且存活,但是jps没有进程. 报错现象: 查看报错日志:/opt/cm-5.15.1/log/cloudera-scm-agent/cloudera-scm-agent.log [/Apr/ :: +] MainThread throttling_logger INFO ( skipped) Identified java component java8 with full version java version -Bit Serve…