2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 <2018> 2019 2020 2021 2022 2023 2024 2025 | Index | 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 <2018> 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Something wrong with the repo? |
From: | Dirk Zimoch <[email protected]> |
To: | "Konrad, Martin" <[email protected]>, EPICS Core Talk <[email protected]> |
Date: | Wed, 3 Oct 2018 16:26:11 +0200 |
Hi Martin, I don't know how to configure Jenkins to do that. Dirk On 03.10.2018 14:42, Konrad, Martin wrote:
Hi Dirk,ERROR: Error cloning remote repo 'origin' hudson.plugins.git.GitException: Command "git fetch --tags --progress https://git.launchpad.net/epics-base +refs/heads/*:refs/remotes/origin/*" returned status code 128: [...] fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failedPlease try bumping up the post buffer size when cloning large repos using HTTPS (e.g. 500 MB): git config http.postBuffer 524288000 I'm using SSH whenever possible as it isn't affected by these kind of limitations plus it's faster. Regards, Martin