Advertisement
Guest User

Untitled

a guest
Apr 30th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. When download a github content, it thows following error:
  2. "ERROR: certificate ....To connect to raw.github.com insecurely, use `--no-check-certificate'"
  3.  
  4. Problem:
  5.  
  6. + Unset valid time/timezone.
  7. + CA Certificate invalid.
  8.  
  9. Resolve:
  10.  
  11. + Set valid datetime.
  12. + Reinstall CA Certificate.
  13. + Set global parameter --no-check-certificate for every requests:
  14.  
  15. `echo "check_certificate = off" >> ~/.wgetrc`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement