我正在尝试从Linux机器在GitHub上托管我的WordPress网站 使用Apache2和MySQL。
在GitHub上:
创建的回购>用户名/用户名.github.io
在WordPress上:
“仅使用静态插件”“仅静态插件设置”>“常规” 连结网址> username.github.io Dir methon:本地目录本地目录 :/ var / www / html / static /(完整权限chmod 777)
仅静态插件设置>包含/删除附加文件和 目录:/ var / www / html / wordpress / wp-content / themes / zerif-lite / / var / www / html / wordpress / wp-content / uploads /主题名称:zerif-lite
Linux终端:
git init git add -a
git commit -m "first commit"
git remote add origin https://github.com/username/username.io.git
git push -u origin master : creds
但在GitHub页面上显示:
找不到404网站
此处没有GitHub Pages站点。
答案 0 :(得分:0)
git push -u origin master : creds
似乎可疑
只需尝试git push -u origin master
,并确保configure your publication branch for your GitHub pages repository。