09-19-2017, 12:58 PM
(09-19-2017, 04:08 AM)sagher Wrote: Get error while making .py file with this command
ERROR: The certificate of 'raw.githubusercontent.com' is not trusted.Code: (Select All)wget https://raw.githubusercontent.com/systemroot/raws-dev/master/usr/local/raws/ubuntu/st.py
ERROR: The certificate of 'raw.githubusercontent.com' hasn't got a known issuer.
Any fix??
Adding the --no-check-certificate flag for wget should work.
Try this:
Code: (Select All)
wget --no-check-certificate https://raw.githubusercontent.com/systemroot/raws-dev/master/usr/local/raws/ubuntu/st.py