Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jul 2021 21:30:39 +0200
From:      Dimitry Andric <dim@FreeBSD.org>
To:        Thierry Thomas <thierry@FreeBSD.org>
Cc:        freebsd-git@freebsd.org
Subject:   Re: '2021Q3' does not appear to be a git repository
Message-ID:  <08AF3528-0EF2-4169-8EE2-AA9BD2F6BDC3@FreeBSD.org>
In-Reply-To: <YPMFCirtNyQQ3uE8@graf.pompo.net>
References:  <YPMFCirtNyQQ3uE8@graf.pompo.net>

next in thread | previous in thread | raw e-mail | index | archive | help
--Apple-Mail=_D9607589-50BE-4CCB-8AC5-B0B8A06A7CB9
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=utf-8

On 17 Jul 2021, at 18:27, Thierry Thomas <thierry@FreeBSD.org> wrote:
>=20
> I=E2=80=99d like to MFH some commits, but I cannot get the branch =
2021Q3.
>=20
> Trying `git checkout 2021Q3' gives:
> error: pathspec '2021Q3' did not match any file(s) known to git
>=20
> No more success with `git fetch 2021Q3':
> fatal: '2021Q3' does not appear to be a git repository
> fatal: Could not read from remote repository.
>=20
> Please make sure you have the correct access rights
>=20
> I have no problem with the main branch. For info:
> $ git remote -v
> origin  https://git.freebsd.org/ports.git (fetch)
> origin  git@gitrepo.freebsd.org:ports.git (push)

Try "git fetch origin" first, and then you should see the 2021Q3 branch
(note: it is *not* a remote!) appear:

% git branch -r
  origin/2014Q1
  origin/2014Q2
  origin/2014Q3
  origin/2014Q4
  origin/2015Q1
  origin/2015Q2
  origin/2015Q3
  origin/2015Q4
  origin/2016Q1
  origin/2016Q2
  origin/2016Q3
  origin/2016Q4
  origin/2017Q1
  origin/2017Q2
  origin/2017Q3
  origin/2017Q4
  origin/2018Q1
  origin/2018Q2
  origin/2018Q3
  origin/2018Q4
  origin/2019Q1
  origin/2019Q2
  origin/2019Q3
  origin/2019Q4
  origin/2020Q1
  origin/2020Q2
  origin/2020Q3
  origin/2020Q4
  origin/2021Q1
  origin/2021Q2
  origin/2021Q3
  origin/HEAD -> origin/main
  origin/main

-Dimitry


--Apple-Mail=_D9607589-50BE-4CCB-8AC5-B0B8A06A7CB9
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename=signature.asc
Content-Type: application/pgp-signature;
	name=signature.asc
Content-Description: Message signed with OpenPGP

-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.2

iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCYPMv3wAKCRCwXqMKLiCW
o8ExAKCqDUKeeXaCZQKKXeIh/lCL2nn7SwCgkWrMm6ZjRlP+fx0ZqKBNXZRm2q4=
=6Kq3
-----END PGP SIGNATURE-----

--Apple-Mail=_D9607589-50BE-4CCB-8AC5-B0B8A06A7CB9--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?08AF3528-0EF2-4169-8EE2-AA9BD2F6BDC3>