Skip to main content
6
results
Andrew Fletcher
git clone git@bitbucket.org:{username}/{repo}.git And I was unceremoniously delivered the following error fatal: could not create work tree dir '{project}': Permission deniedMy initial thought was the error due to server permission... being sudo.  This was tested by running the command sudo git clone git@bitbucket.{username}/{repo}.git Which generated the error Cloning into 'repo'... git@bitbucket.org: Permission denied (publickey). fatal: Could not read from remote repository. Please make...
Andrew Fletcher
By default the maximum file upload size is set to 2MB.  It is not a...
Andrew Fletcher
It appears that the plugin or file path is not working how it used to be on...
Andrew Fletcher
This article references some of the common commands via CLI (command-line...
Andrew Fletcher
How can you find out if the Cordova plugins have been loaded? Begin by running...
Andrew Fletcher
Updating the Cordova plugins... there are two locations to manage the plugins config.xml package.json I was finding some Cordova functionality was not coming through... through further investigation the two files above had conflicting data.   Review the data package.json "cordova-browser": "6.0.0", "cordova-plugin-advanced-http": "3.3.1", "cordova-plugin-android-permissions": "^1.1.3", "cordova-plugin-device": "2.1.0", "cordova-plugin-file": "^7.0.0", ...