Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 256 Bytes

File metadata and controls

7 lines (6 loc) · 256 Bytes
  1. config proxy
  • git config --global http.proxy ********
  • git config --global https.proxy ********
  1. SSL certificate problem: unable to get local issuer certificate
  • git config --global http.sslverify false
  • git config --global https.sslverify false