I'm using code from gitlab docs for getting xmlfile from repository:
curl --request GET --header 'PRIVATE-TOKEN: MYTOKEN' 'https://gitlab.com/semborfo/tester/raw/COMMIT_HASH/PoliqonSysem.xml'
But then getting
curl: (6) Could not resolve host: MYTOKEN'
curl: (1) Protocol "'https" not supported or disabled in libcurl
Can u help me with this problem? i have already spent 4 hours for this