Npm ERR

Me ele
Solve NPM ERR! code 128 An error is reported after NPM install npm ERR! Error while executing: npm ERR! C:\Program Files\Git\cmd\git.EXE ls-remote -h -t git://github.com/adobe-webplatform/eve.git npm ERR! npm ERR! fatal: unable to connect to github.com: npm ERR! github.com[0: 20.205.243.166]: errno=Unknown error npm ERR! npm ERR! npm ERR! exited with error code: 128 npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\kr\AppData\Roaming\npm-cache\_logs\2022-06-24T03_31_32_687Z-debug.log Solve: git config --global url.

Debian11安装Docker和docker-compose

Me ele
更新系统包和必要的依赖项 sudo apt update sudo apt install apt-transport-https ca-certificates curl gnupg2 software-properties-common 安装 Docker 使用arch查看arch类型(e.g. arm64 / amd64) 将Docker CE存储库添加到APT中 curl -fsSL https://download.docker.com/linux/debian/gpg

Acme 安装及使用

Me ele
acme.sh 安装及使用 安装acme.sh curl https://get.acme.sh | sh source .bashrc 安装在了~/.acme.sh/之中,如果你用的是Bash的话,最好在.bashrc文件最后添加一行