sh 杰奇

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 杰奇相关的知识,希望对你有一定的参考价值。

gem install jekyll
jekyll new my-portfolio-site
cd my-portfolio-site
jekyll serve # http://localhost:4000/

git init
git remote add origin  https://github.com/matyuschenko/matyuschenko.github.io.git 
# add the remote and label it as the origin
# origin is an alias for the remote (instead of typing url)
git add .
git commit -m "message"
git push -u origin master

以上是关于sh 杰奇的主要内容,如果未能解决你的问题,请参考以下文章

杰奇2.4文章编辑提交错误Catchable fatal error: Object of class JieqiUsersHandler

宝塔 杰奇负载状态过高优化

杰奇连接不上数据库an not connect to database

杰奇连接不上数据库an not connect to database

编辑提交错误Catchable fatal error: Object of class JieqiUsersHandler

Linux下执行.sh文件