Skip to content

Instantly share code, notes, and snippets.

@Xiangshen-Meng
Created February 12, 2018 07:57
Show Gist options
  • Save Xiangshen-Meng/471df1674690de2e9ba85c8af1b6a6cf to your computer and use it in GitHub Desktop.
Save Xiangshen-Meng/471df1674690de2e9ba85c8af1b6a6cf to your computer and use it in GitHub Desktop.

SSH接続

ssh gokuniku@210.129.8.31 -i .ssh/gokuniku.pem

権限

sudo chown gokuniku:gokuniku -R /data/www/xn--y6v650c.com

Git更新

cd /data/www/xn--y6v650c.com
git pull

権限戻す

sudo chown www-data:www-data -R /data/www/xn--y6v650c.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment