- 博客(3)
- 收藏
- 关注
原创 git 拉取报错 curl 18 transfer closed with outstanding read data remaining 处理 并 处理所有分支
1. git clone --depth 1 git clone --depth 1 http://******.git 2. git remote set-branches origin '分支名称'(替换所有分支) 3. git fetch --depth 1 origin 分支名称 (替换所有分支) 4. git pull --unshallow 5. git config remote.origin.fetch "+refs/heads/*:refs/remotes/orig...
2021-09-17 11:32:23
233
原创 Cordova + vue 创建移动端
安装工具要求 JDK 可以更新到最新版本 Node.js V8.12 谷歌浏览器 可以更新到最新版本 androidSDK(installer_r24.4.1-windows) 可以更新到最新版本 Gradle 可以更新到最新版本 apache-ant-1.10.1 可以更新到最新版本 系统环境配置安装 1).安装JDK 并配置环境变量 2).安装 node.js 尽量安装8.12版...
2019-03-11 17:26:56
699
原创 Cordova 热更新配置
前提 Node.js 使用8.12.0 版本 全局安装 npm install -g cordova-hot-code-push-cli 根目录安装 cordova plugin add cordova-hot-code-push-plugin cordova plugin add cordova-hot-code-push-local-dev-addon 修改 根目录 con...
2019-03-11 16:39:03
688
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人