1

Whenever I git clone,it appeared like this. And I could't clone anything from the github now. Please help me.

Community
  • 1
  • 1
HanYif
  • 43
  • 3

2 Answers2

0

You need to set environment variable, to allow access to server

Dead End
  • 547
  • 2
  • 4
  • 17
0

git config --global http.sslverify "false"

HanYif
  • 43
  • 3