similar to: git "Connection Reset By Peer" error

Displaying 20 results from an estimated 10000 matches similar to: "git "Connection Reset By Peer" error"

2008 Jun 02
3
GiT and RSpec
> > Message: 2 > Date: Thu, 29 May 2008 06:35:01 -0700 > From: David Chelimsky <dchelimsky at gmail.com> > Subject: Re: [rspec-users] Coloured output in rspec 1.1.4 > To: rspec-users at rubyforge.org > Message-ID: <175B70FE-B706-4C03-8B20-C5B207268AD6 at gmail.com> > Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes > > On May 29, 2008,
2008 Mar 19
3
svn externals and git submodules
This is a request to split up the repository into at least two repositories rspec rspec_core (loaded as svn_external or git submodule) rspec_on_rails (loaded as svn_external or git submodule) We could load the plugins the same way as before ruby script/plugin install http://rspec.rubyforge.org/svn/trunk/rspec_core ruby script/plugin install
2015 Oct 21
1
git clone git://git.xiph.org/opus-tools.git gives connection reset by peer
Hello, Could you clarify the reason of the following output while running # git clone git://git.xiph.org/opus-tools.git It writes a message like Initialized empty Git repository in /root/opus-tools/.git/ fatal: read error: Connection reset by peer Please clarify the reason. Am I correct if repository is really empty? I would like to finish my deployment of openmeetings server so could you tell
2008 May 06
0
Managing git submodules with git.rake
Hey all, If you''re like me and use git submodules heavily (I vendor everything, and every plugin is a submodule), you might like to hear about code published this morning to make it easier to manage multiple git submodules in a shared-server environment. It''s imaginatively titled ''git-rake'', and it does Good Things like: * aggregates submodule commit logs into
2010 Feb 16
1
[PATCH] Build: Make changelog action call git directly without Git module
The changelog action needs to checkout git2cl as a submodule. For some reason, when called through the Git module, command('submodule', 'update') was doing something unfathomable, and different to just calling 'git submodule update'. As Git is just a command line wrapper anyway, I've sidestepped this by just calling the command directly. --- Build.PL | 18
2016 Jun 28
2
Git Move: GitHub+modules proposal
On 28 June 2016 at 06:55, NAKAMURA Takumi <geek4civic at gmail.com> wrote: > It has also submodules. > https://github.com/llvm-project/llvm-project-submodule > > Both llvm-project(-tree) and (-submodule) have refs/notes/commits. Nice! Can you try a server hook that will add an auto-increment number from submodules commits? cheers, --renato
2011 Jun 30
1
[LLVMdev] Introduction to git-bisect with "llvm-project.git"
Hello guys, I am making a submodule-based metaproject "llvm-project.git" for bisecting clang. I will introduce it to help you developers. Unfortunately, submodule is not useful to manage your branches. :/ Have fun! ...Takumi Instructions; 1. fetch two scripts from git://github.com/chapuni/llvm-project-scripts.git - hooks/post-merge - hooks/post-checkout 2. git clone
2009 Sep 01
0
script/plugin install vs git submodule add
I''ve found several web pages that describe how to use git submodules to install plugins, but it seems that those pages are missing something (or more likely, I am) . In a nutshell, they advise replacing $ script/plugin install git://path_to_spiffy_plugin with $ git submodule add git://path_to_spiffy_plugin vendor/plugins/spiffy_plugin It seems to me that these are not exactly
2016 Jun 27
0
Git Move: GitHub+modules proposal
>> As for updating the meta repository: We could disable write access for the normal llvm developer and delegate the submodule bumping to an external >> server. I believe this would be an easy enough job for buildbot or jenkins. > > The plan is to disable all write access to this repository (otherwise > we'll create a nightmare). Having an external counter could be >
2018 Feb 09
0
Re: 1.39 proposal: Let's split up the libguestfs git repo and tarballs
On 02/09/2018 12:01 PM, Richard W.M. Jones wrote: > My contention is that the libguestfs git repository is too large and > unwieldy. There are too many separate, unrelated projects and as a > result of that the source has too many dependencies and takes too long > to build and test. > > The project divides (sort of) naturally into layers -- the library, > the bindings, the
2016 Jul 22
2
[RFC] One or many git repositories?
> On Jul 22, 2016, at 1:16 AM, Simon Taylor via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi all, > > Ill start by saying Ive skimmed this thread and am not actually a user of LLVM at all, but had some git thoughts that might be worth contributing. > >> On 22 Jul 2016, at 01:16, Sanjoy Das via llvm-dev <llvm-dev at lists.llvm.org> wrote: >>
2019 Jul 01
0
Re: 1.39 proposal: Let's split up the libguestfs git repo and tarballs
On Monday, 10 June 2019 17:35:52 CEST Richard W.M. Jones wrote: > Sorry for the late reply to this ... > > On Tue, Apr 30, 2019 at 06:28:01PM +0200, Pino Toscano wrote: > > On Friday, 9 February 2018 19:01:53 CEST Richard W.M. Jones wrote: > > > My contention is that the libguestfs git repository is too large and > > > unwieldy. There are too many separate,
2010 Feb 16
2
[PATCH 1/3] Build: Make changelog action call git directly without Git module
The changelog action needs to checkout git2cl as a submodule. For some reason, when called through the Git module, command('submodule', 'update') was doing something unfathomable, and different to just calling 'git submodule update'. As Git is just a command line wrapper anyway, I've sidestepped this by just calling the command directly. --- Build.PL | 18
2020 Feb 24
1
[PATCH] docs: fix instructions for building from git
On current Fedora releases the ocaml modules will fail to link unless CFLAGS contains -fPIC. The autogen.sh script only updates the 'gnulib' submodule, and so the build will fail due to the missing 'common' submodule. This needs to be manually initialized at checkout. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- The above was required for me to build on
2016 Jun 28
0
Git Move: GitHub+modules proposal
It has also submodules. https://github.com/llvm-project/llvm-project-submodule Both llvm-project(-tree) and (-submodule) have refs/notes/commits. On Tue, Jun 28, 2016 at 1:13 AM Renato Golin via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On 27 June 2016 at 17:03, Rafael EspĂ­ndola <rafael.espindola at gmail.com> > wrote: > > I think that trying to create a
2016 Jun 28
0
Git Move: GitHub+modules proposal
> On Jun 28, 2016, at 5:21 AM, Renato Golin via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > On 28 June 2016 at 06:55, NAKAMURA Takumi <geek4civic at gmail.com> wrote: >> It has also submodules. >> https://github.com/llvm-project/llvm-project-submodule >> >> Both llvm-project(-tree) and (-submodule) have refs/notes/commits. > > Nice! Can
2016 Jul 28
0
[RFC] One or many git repositories?
It is worth pointing out the Jenkins job that runs that is a playground I setup for myself. It is nowhere near production ready, and it will fail frequently as I iterate messing around with it. -Chris > On Jul 28, 2016, at 1:47 PM, Renato Golin <renato.golin at linaro.org> wrote: > > On 28 July 2016 at 21:41, Chris Bieneman <beanz at apple.com> wrote: >> Ok. Money
2016 Jun 28
2
[cfe-dev] Git Move: GitHub+modules proposal
On 27 June 2016 at 22:55, NAKAMURA Takumi via cfe-dev <cfe-dev at lists.llvm.org> wrote: > It has also submodules. > https://github.com/llvm-project/llvm-project-submodule > > Both llvm-project(-tree) and (-submodule) have refs/notes/commits. I really like this too, and think Takumi has basically solved 90% of the problem for us already. We may want to add an "rN" line
2019 Jul 01
2
Re: 1.39 proposal: Let's split up the libguestfs git repo and tarballs
On Mon, Jul 01, 2019 at 06:10:48PM +0200, Pino Toscano wrote: > On Monday, 10 June 2019 17:35:52 CEST Richard W.M. Jones wrote: > > So while I'm not a massive fan of git submodules, now that I have used > > them a few times with riscv stuff, they do solve a certain problem as > > long as they are managed carefully. I think the common code and the > > generator are
2015 Nov 22
3
git clone of syslinux with http - submodule issue
The wiki: http://www.zytor.com/mailman/listinfo/syslinux says to use this to clone git with http rather than git protocol: git clone --recursive http://repo.or.cz/syslinux.git a-new-directory That works for the main project, but fails for the gnu-efi submodule, which specifies the git protocol in its .config file: $ git clone --recursive http://repo.or.cz/syslinux.git syslinux Cloning into