git 使用常见问题

1.git clone 时出现错误

fatal: unable to access 'https://gitlab.myjoin.cn/root/nenu_qy.git/': SSL certificate problem: self signed certificate

 

 

解决方法:

$ git config --global http.sslVerify false

$ git clone   **********

就可以了

你可能感兴趣的:(日常学习)