← Back to team overview

kicad-developers team mailing list archive

Re: gitlab kicad-doc access?

 

Please disregard - I had a URL error.  Sorry for the noise.

	Steve

On 12/3/19 1:44 PM, Steven A. Falco wrote:
> I am trying to update the Fedora nightly builder for the new gitlab repositories.
> 
> I'm running into a problem accessing the kicad-doc repo over https.
> 
> Here is what I'm seeing:
> 
> saf$ git clone https://gitlab.com/kicad/services/kicad-doc/kicad-doc
> Cloning into 'kicad-doc'...
> remote: HTTP Basic: Access denied
> remote: You must use a personal access token with 'read_repository' or 'write_repository' scope for Git over HTTP.
> remote: You can generate one at https://gitlab.com/profile/personal_access_tokens
> fatal: Authentication failed for 'https://gitlab.com/kicad/services/kicad-doc/kicad-doc.git/'
> 
> If I try to access the source code, that one works fine:
> 
> saf$ git clone https://gitlab.com/kicad/code/kicad
> Cloning into 'kicad'...
> warning: redirecting to https://gitlab.com/kicad/code/kicad.git/
> remote: Enumerating objects: 199155, done.
> remote: Counting objects: 100% (199155/199155), done.
> remote: Compressing objects: 100% (37026/37026), done.
> remote: Total 199155 (delta 166163), reused 194613 (delta 161640)
> Receiving objects: 100% (199155/199155), 140.68 MiB | 12.31 MiB/s, done.
> Resolving deltas: 100% (166163/166163), done.
> 
> Similarly, the internationalization works fine:
> 
> saf$ git clone https://gitlab.com/kicad/kicad-translations/kicad-i18n
> Cloning into 'kicad-i18n'...
> warning: redirecting to https://gitlab.com/kicad/kicad-translations/kicad-i18n.git/
> remote: Enumerating objects: 8951, done.
> remote: Counting objects: 100% (8951/8951), done.
> remote: Compressing objects: 100% (2389/2389), done.
> remote: Total 8951 (delta 4379), reused 8951 (delta 4379)
> Receiving objects: 100% (8951/8951), 56.99 MiB | 11.56 MiB/s, done.
> Resolving deltas: 100% (4379/4379), done.
> 
> In other words, these two repos are accessible over https: kicad, kicad-i18n, but these five repos are not accessible over https: kicad-doc, kicad-templates, kicad-symbols, kicad-footprints, kicad-packages3D.
> 
> Is this a temporary situation while the conversion is being worked on, or is there a permission problem somewhere?
> 
> 	Steve
> 



References