Fork me on GitHub

随笔分类 -  git

关于git的操作知识
摘要:Git Git基本操作 查看版本库状态: git status 增加文件到暂存区: git add test.txt 查看文件具体修改: git diff test.txt 增加文件到暂存区: git add test.txt 提交版本到分支: git commit -m "change Git t 阅读全文
posted @ 2021-06-03 10:51 雨梦Coder 阅读(44) 评论(0) 推荐(0)
摘要:使用Github Pages部署Vue项目总结 1、准备一个自己的域名 GitHub 默认的免费域名强制开启 https 在 https 协议中无法发出 http 请求 我们项目中使用的接口都是 http 协议的,所以需要准备一个自己的域名,因为自定义域名可以选择使用 http 协议或者 https 阅读全文
posted @ 2021-06-02 09:24 雨梦Coder 阅读(750) 评论(0) 推荐(0)