Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
B
book
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 7
    • Merge Requests 7
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • redox-os
  • book
  • Issues
  • #132

Closed
Open
Opened Feb 21, 2019 by Hadrien Milano@hmil

Instructions to clone repo cause access right issues

Unauthenticated users can not use ssh to clone various repositories from gitlab. They must use https instead.

For instance, in section 3.3: Installing the toolchain, this is what I get:

$ git clone --recursive git@gitlab.redox-os.org:redox-os/libc
git@gitlab.redox-os.org: Permission denied (publickey).
fatal: Could not read from remote repository.

Instead, I must use:

$ git clone --recursive https://gitlab.redox-os.org/redox-os/libc
Cloning into 'libc'...
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: redox-os/book#132