You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: