I am using a centralized git workflow where there is a central repo on a Windows server and we have working directories on development machines. Everything was going fine until I all of the sudden started getting errors when pushing to the remote repo. This is the error:
remote: fatal: failed to write object
fatal: sha1 file '<stdout>' write error: Broken Pipe
error: failed to push some refs to 'my_central_repo'
I can't figure out what happened but I need to push my project to the central repo, any help would be greatly appreciated.