Problem installing pdf export module

Hello, someone has had problems installing the icingaweb 2 pdfexport module. When I wanted to clone the repo I got the following error:
fatal: Authentication failed for 'https://github.com/Icinga/icingaweb2-module-pdfexporter.

so i’m installing it:

apt-get -y install apt-transport-https gnupg wget

wget -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -

echo “deb http://dl.google.com/linux/chrome/deb/ stable main” >> /etc/apt/sources.list.d/google.list

apt-get update

MODULE_NAME=pdfexporter

MODULE_VERSION=0.9

REPO=“https://github.com/Icinga/icingaweb2-module-${MODULE_NAME}

MODULES_PATH="/usr/share/icingaweb2/modules"

git clone ${REPO} “${MODULES_PATH}/${MODULE_NAME}” --branch “${MODULE_VERSION}”

icingacli module enable “${MODULE_NAME}”

The module’s name is pdfexport: https://github.com/Icinga/icingaweb2-module-pdfexport

1 Like

change the name to pdfexport as you told me and this appeared in the terminal when cloning the repository: fatal: protocol ‘“https’ is not supported

This looks like a typo as it includes an additional double quote before https.