Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

error: RPC failed; result=52, HTTP code = 100

surajyadav1 NA November 11, 2016

Followed steps :

 

  • git init
  • git remote add origin PATH   (here path is my repository path)
  • git add .
  • git commit -m "Initial commit"
  • git push -u origin master

getting 

Counting objects: 32613, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (29616/29616), done.
Writing objects: 100% (32613/32613), 899.04 MiB | 2.89 MiB/s, done.
Total 32613 (delta 8845), reused 0 (delta 0)
error: RPC failed; result=52, HTTP code = 100


1 answer

1 vote
Michael Heemskerk
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 11, 2016

When pushing a large amount of data (initial push of a big repository, change with very big file(s)) may require a higher http.postBuffer setting on your git client (not the server). 

See this knowledge base article for more details and a workaround.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events