Skip to content

Fix permission denied on libc git clone

Seb Ospina requested to merge sebosp/book:patch-1 into master

While testing on ArchLinux the toolchain installation, I got permission denied on the git clone. Changing to https:// worked for me. Note that it works if you create an SSH key and upload it to gitlab.redox-os.org after creating an account (and, of course ~/.ssh/config).

Merge request reports