ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# electron-vue脚手架项目初始化时提示: Failed to download repo simulatedgreg/electron-vue: Response code Server Error 1. 解决: 将Electron-vue项目先下载下来 国内码云地址: [https://gitee.com/mirrors/electron-vue](https://gitee.com/mirrors/electron-vue) 在电脑目录中打开git命令窗口 git clone[https://gitee.com/mirrors/electron-vue.git](https://gitee.com/mirrors/electron-vue.git) 这里将其下载到了D盘 2. 进入需要创建项目的文件加,cmd运行 `vue init D:/plugins/electron-vue electron-vue-demo`