How to solve SSL certificate problem with git-svn

来源:互联网 发布:模拟退火算法程序 编辑:程序博客网 时间:2024/06/05 05:22

If the above does not work there's another option noted in this SO post whereby you can change the permissions recursively on ~/.subversion/auth. This is done by doing "chmod -R 777 ~/.subversion/auth". If this doesn't work then your last port of call will be to delete ~/.subversion/auth/svn.ssl.server and then you'll probably need to carry out the first step I mentioned so as to accept the re-issued certificate permanently.

It's basically because you need to re-issue the certificate. Hopefully that helps, if not, feel free to ask more questions.

0 0
原创粉丝点击