cordova-app-loader icon indicating copy to clipboard operation
cordova-app-loader copied to clipboard

problem and suggest

Open 312977 opened this issue 8 years ago • 1 comments

When i use git clone [email protected]:markmarijnissen/cordova-app-loader.git: Warning: Permanently added the RSA host key for IP address '192.30.252.131' to the list of known hosts. Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

The tutorial is not very clear, maybe Most people don't know how to use

such as: i dont know where add it: var CordovaPromiseFS = require('cordova-promise-fs'); var CordovaAppLoader = require('cordova-app-loader'); var Promise = require('bluebird');

// Initialize a FileSystem var fs = new CordovaPromiseFS({ Promise: Promise });…………

can you give some simple tutorial ,step by step ,very clear , the Beginners will thank you very much

312977 avatar Jun 06 '16 04:06 312977

git clone [email protected]:markmarijnissen/cordova-app-loader.git should be git clone https://github.com/markmarijnissen/cordova-app-loader.git if you don't setup ssh way of github

wowgeeker avatar Jun 22 '16 07:06 wowgeeker