摘要: 配置https 证书推荐使用腾讯云的免费证书,当然也可以使用openssl自己生成不过会有问题 腾讯云免费证书:https://console.cloud.tencent.com/ssl/apply nginx配置https配置 server { listen 443; server_name ww 阅读全文
posted @ 2017-12-08 14:15 土肥圆的程序员 阅读(565) 评论(1) 推荐(2) 编辑
摘要: git init 新建仓库 git clone 克隆远程仓库 git clone username@host:/path/to/repository 克隆到远端仓库 git add <filename> 添加文件到缓存区 git add * 将所有改动文件添加到缓存区 git commit -m " 阅读全文
posted @ 2017-12-08 14:11 土肥圆的程序员 阅读(132) 评论(0) 推荐(0) 编辑