Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1015 Bytes

README.md

File metadata and controls

59 lines (38 loc) · 1015 Bytes

Robin blog

Development

yarn dev
yarn build

Release

1.windows

Double click execution deploy.sh

2.mac

cd 'your local project directory'

./deploy.sh

Access address

https://lotosv2010.github.io/

VuePress

documentation.

Common problem

1. -bash: ./deploy.sh: Permission denied

Solution:

sudo chmod -R 777 某一目录

# 其中:
#   `-R `:是指级联应用到目录里的所有子目录和文件
#   `777`: 是所有用户都拥有最高权限

2.[email protected]: Permission denied (publickey). fatal: Could not read from remote repository.

Solution: https://www.jianshu.com/p/52c834781e85

3.githun actions

Solution: GitHub Actions 入门教程 github actions