我在newtbeans Cordova安装时遇到了一些问题。
我尝试构建简单的Cordova Hello World项目,以便在我的设备上进行检查。
但是当我尝试构建我的项目时,netbeans会给我这个错误:
Error: Command failed: C:\Windows\system32\cmd.exe /s /c "git clone "https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git" "C:\Users\hadrien\AppData\Local\Temp\git\1426857416149""
克隆到' C:\ Users \ hadrien \ AppData \ Local \ Temp \ git \ 1426857416149' ... 致命:无法访问' https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git/':SSL证书问题:无法获取本地颁发者证书
at ChildProcess.exithandler (child_process.js:744:12)
at ChildProcess.emit (events.js:110:17)
at maybeClose (child_process.js:1008:16)
at Socket.<anonymous> (child_process.js:1176:11)
at Socket.emit (events.js:107:17)
at Pipe.close (net.js:476:12)
C:\ Users \ hadrien \ Documents \ NetBeansProjects \ HTML5Application \ nbproject \ build.xml:235:exec返回:1 建筑失败(总时间:1秒)
我感到有点迷茫,你能帮助我吗?也许我在安装过程中出错了?
很多
答案 0 :(得分:5)
尝试这样做! 打开 cmd 并输入:
git config --global http.sslVerify false
按回车!准备!