CopyPastor

Detecting plagiarism made easy.

Score: 0.9530837705629898; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2021-08-04
by Avinash Kaltari

Original Post

Original - Posted on 2015-12-02
by Samir



            
Present in both answers; Present only in the new answer; Present only in the old answer;

Open Git Bash and run the command if you want to completely disable SSL verification.
git config --global http.sslVerify false
**Note**: This solution opens you to attacks like man-in-the-middle attacks. Therefore turn on verification again as soon as possible:
git config --global http.sslVerify true

Open Git Bash and run the command if you want to completely disable SSL verification.
git config --global http.sslVerify false
**Note: This solution opens you to attacks like man-in-the-middle attacks**. Therefore turn on verification again as soon as possible:
git config --global http.sslVerify true


        
Present in both answers; Present only in the new answer; Present only in the old answer;