I am using BitBucket. https://VibhuDadhichi@bitbucket.org/VibhuDadhichi/disrupt.git
I cloned a project using eGit to my local and added a project to it using eclipse "Add Existing project to workspace". Ran the project on the system. Everything worked fine. Now when I want to push the project to the master. It stops at 40% - Error writing request body to server. No change.
I can see the changes on my local git folder.
I tried increasing the size of the buffer. It's not that big file.
https.postBuffer=524288000 in the git/config file.
New to version control. Please help.