error: RPC failed; curl transfer closed with outstanding read data remaining

There are usually issues with cloning large repositories over http. this can be due to web server settings, the backend and etc. Well today I had to clone a big repo off a phabricator instance and I was getting “error: RPC failed; curl transfer closed with outstanding read data remaining” all the way. after lots… Continue reading error: RPC failed; curl transfer closed with outstanding read data remaining

Published
Categorized as Technology

Fix Cordova issue with Gradle Wrapper missing From Android SDK in MAC.

Out of the sudden I was not able to build and run my cordova projects on my android phone by getting “Error: Could not find gradle wrapper within Android SDK. Might need to update your Android SDK.” . It was not a normal SDK issue. after looking around it turned out that Google has changed… Continue reading Fix Cordova issue with Gradle Wrapper missing From Android SDK in MAC.