Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <uucoct$21mjj$1@dont-email.me>
Deutsch   English   Français   Italiano  
<uucoct$21mjj$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.nobody.at!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Philippe Michel <philippe.michel7@free.fr.invalid>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: on git cloning src.git
Date: Sun, 31 Mar 2024 22:34:06 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 12
Message-ID: <uucoct$21mjj$1@dont-email.me>
References: <87plvd2584.fsf@tudado.org> <l6nq6fF4ncvU1@mid.individual.net>
 <87frw9w1wp.fsf@tudado.org> <8734s9vz5u.fsf@tudado.org>
Injection-Date: Sun, 31 Mar 2024 22:34:06 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="7b6068067fe8eb941f6e7419ce58024c";
	logging-data="2153075"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19f9W0I2ScsPLuCrkTqvqfa"
User-Agent: slrn/1.0.3 (FreeBSD)
Cancel-Lock: sha1:PrGlFeWWnDTP1CwN3uWXh5K9ET8=
Bytes: 1391

On 2024-03-29, Johanne Fairchild <jfairchild@tudado.org> wrote:

> Sorry.  This seems to have nothing to do with FreeBSD.  I believe I
> can't clone any large repository.

> But I can do just fine with small ones.

Depending on what you intent to do with it, a shallow clone of a 
specific branch might be enough and will be much smaller than the entire 
src. Something like:
git clone -b stable/14 --depth 1 https://git.freebsd.org/src.git /usr/src