Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

git timeout #3137

gmming ·
after recent upgrade to QB 6.0.8, i noticed the following errors with scheduled runs:

Failed to run command: git fetch --all -q
Command return code: 1
Command error output: ssh_exchange_identification: read: Connection reset by peer
fatal: The remote end hung up unexpectedly
error: Could not fetch origin


the repositories are valid. when i manually triggered the builds, i haven't run into this error at all. the error doesn't occur on scheduled runs all the time. it is pretty random. sometime it works, sometime it doesn't; and it is not specific to a node either. Other than the upgrade, I also bumped the jdk to 1.7_0_71; nothing else on the OS has changed. the git client is on 1.7.1 (default installation of CentOS 6.2). any idea what causes this? do i need to upgrade git client?
  • replies 2
  • views 1646
  • stars 0
robinshen ADMIN ·
Seems like a git issue instead of QB one. You may upgrade git client to see if it helps.
drdt ·
Found this on StackOverflow, it -might- solve your problem:

Cause : The default file post size for Git has been exceeded.
Solution : Increase the post buffer fize.
To do this, navigate to the repository and run the following command to increase the buffer to 500MB:
> git config http.postBuffer 524288000