breautek commented on issue #113: URL: https://github.com/apache/cordova-fetch/issues/113#issuecomment-1533903321
Is there any particular reason you're running commands under `sudo`? Running cordova (or any node program) shouldn't require `sudo`/root user to run and doing so is dangeorus. Running cordova under root means you're also running npm (and git) under root as well. It was already [demonstrated](https://github.com/apache/cordova-fetch/issues/113#issuecomment-1533766764) that running `git clone ...` works as expected under your own user. Does the issue reproduce if you use git clone under the `root` account? `sudo git clone https://github.com/apache/cordova-plugin-vibration.git` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
