sudo apt update sudo apt install git
git config --global user.name "sw" git config --global user.email "wd4242@qq.com"
curl -fsSL https://get.docker.com -o get-docker.sh sudo sh get-docker.sh
git clone https://github.com/wd4242/nodebb4personal.git
ssh-keygen -t ed25519 -C "你的邮箱@example.com" cat ~/.ssh/id_ed25519.pub 复制输出内容,登录 GitHub,进入 SSH Keys 设置页面,点击“New SSH key”,粘贴进去保存。
git clone git@github.com:wd4242/nodebb4personal.git