Start a new topic

Unable to add the Wikitude SDK to the project by installing the Wikitude Ph

Unable to add the Wikitude SDK to the project by installing the Wikitude Ph


I am trying to add the Wikitude SDK to the project by installing the Wikitude PhoneGap Plugin.I have run the Node.js command prompt as administrator.

The command I gave in the console is

G:AUG\Test Project 02\AugmentedRealityProject>cordova plugin add https://github
.com/Wikitude/wikitude-phonegap.git

but it gives following error.

Error: Command failed: Cloning into 'C:\Users\Nadeesha\AppData\Local\Temp\plugma
n\git\1414480358426'...
fatal: early EOF
fatal: The remote end hung up unexpectedly
fatal: index-pack failed
error: RPC failed; result=56, HTTP code = 200

at ChildProcess.exithandler (child_process.js:648:15)
at ChildProcess.emit (events.js:98:17)
at maybeClose (child_process.js:756:16)
at Socket.<anonymous> (child_process.js:969:11)
at Socket.emit (events.js:95:17)
at Pipe.close (net.js:465:12)

 

Some problem occurred while downloading the plugin from github, I found a possible explanation with proposed solutions:

http://stackoverflow.com/questions/15240815/git-fatal-the-remote-end-hung-up-unexpectedly

another problem (on Microsoft Windows) is the compatibility of the git command-line client with some antivirus software. If you are using such software, please try to disable it temporarily, and enable it again after the download.
Login or Signup to post a comment