Caddy安装配置
Caddy是一款基于Go语言编写的强大且可扩展的平台,可以给你的站点、服务和应用程序提供服务。 🔗官网 🔗GitHub 🔗中文文档 安装 sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https curl -1sLf 'https://dl.cloudsmith.io/public/caddy...
Caddy是一款基于Go语言编写的强大且可扩展的平台,可以给你的站点、服务和应用程序提供服务。 🔗官网 🔗GitHub 🔗中文文档 安装 sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https curl -1sLf 'https://dl.cloudsmith.io/public/caddy...
docker pull <image_id>: 拉取镜像 docker build -t <image_name>[:<image_tag>] <project_path>: 将工程打包为image docker images: 查看所有image docker run: 使用image创建container并运行 -i 即使未连...
问题 当我们有多个github账户时,我们提交代码会遇到权限错误 ERROR: Permission to xxx/xxx.github.io.git denied to xxx. fatal: Could not read from remote repository. 要解决这个问题,我们需要让当前仓库知道该用哪个ssh-key来提交代码 做法 1. 本地给每个账号生成一个对应...