「Dev:Doc/Building Blender/Linux/Troubleshooting」の版間の差分
< Dev:Doc | Building Blender | Linux
細 (1版 をインポートしました) |
|
(相違点なし)
|
2018年6月29日 (金) 06:15時点における最新版
Troubleshooting
+ Expand
SubversionCertificate verification errorIf you try to check out your code from a hosted subversion repository, under Ubuntu 10.04 or newer, you may be disappointed to have it fail with the error: svn: OPTIONS of 'https://server.com/repo': Certificate verification error: signed using insecure algorithm (https://server.com/repo)
In the [groups] section (before [global]) of your ~/.subversion/servers add the following: blender = svn.blender.org [blender] ssl-trust-default-ca = no |