03 2021 档案
Docker Compose 安装
摘要:1、下载docker-compose sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/
阅读全文
Nodejs编译打包问题处理(JavaScript heap out of memory)
摘要:1、报错如下: ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory 2、编译打包前,增加如下命令 npm install -g increase-memo
阅读全文
GitLab 用户头像不显示问题
摘要:1、编辑/etc/gitlab/gitlab.rb文件 ### Gravatar Settings # gitlab_rails['gravatar_plain_url'] = 'http://www.gravatar.com/avatar/%{hash}?s=%{size}&d=identicon
阅读全文