Calsign / APDE

Source code for APDE: Create and run Processing sketches on an Android device.
GNU General Public License v2.0
338 stars 76 forks source link

error on git manager push #98

Open Erdien opened 4 years ago

Erdien commented 4 years ago

I tried to push the snapshot on the APDE git manager after creating Readme.md file on github. After trying to pull the repository with Readme.md -> error, because there is nothing to fetch. After unsuccesfull push - the last two rows contains: [OkHttp] sendRequest>> [OkHttp] sendRequest<< After successfull push: [OkHttp] sendRequest<< Whole log: [okhttp]:check permission begin! [okhttp] e:java.lang.ClassNotFoundException: com.mediatek.cta.CtaUtils [socket]:check permission begin! [socket] e:java.lang.ClassNotFoundException: com.mediatek.cta.CtaUtils [OkHttp] sendRequest>> [OkHttp] sendRequest<< I don't know if is there also something to do with other file types.

Erdien commented 3 years ago

Update: This propably is fault of not full file pulling (changes from github (eg creating readme) propably are breaking some "rules" and this can make you unable to properly push commits.).