2

I'm uploading project on github. But i am getting this error:

Can't connect to any repository:
https://github.com/... (https://github.com/..: Error writing request body to server)

Is this error normal or What is the solution to solve.?

2
  • 3
    You need to provide the full URL otherwise it's unclear what you problem is. Commented Aug 16, 2014 at 14:39
  • If you can use SSH from your network, try using the SSH URL instead of the HTTPS one. (It should be [email protected]:«username»/«reponame».git.) Commented Jan 22, 2016 at 11:20

1 Answer 1

4

If you are using Eclipse, then do following steps :

 Open Eclipse > Select Git Repositories Perspective
    Right click on yourRepository > Properties > Configuration > AddEntry (Key = https.postBuffer, Value = 52428800000 )

Click Ok. Try push again.

Sign up to request clarification or add additional context in comments.

3 Comments

Who says he's using Eclipse?
Doing this completely broke my Eclipse configuration and I had to delete my .git file. :(
Solved my issue. I was trying to push around 1500 files at a time from eclipse. Adding entry for https.postBuffer solved the issue.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.