Dev talk:Doc/Building Blender/Linux/Ubuntu/CMake

提供: wiki
< Dev talk:Doc/Building Blender/Linux/Ubuntu
2014年5月23日 (金) 10:58時点におけるwiki>Ideasman42による版
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Shouldn't the code git clone http://git.blender.org/blender.git be git clone git://git.blender.org/blender.git  ??

It depends, if you're not going to push to the repository, http is fine. AFAIK --Ideasman42 01:21, 30 April 2014 (CEST)

When I use git with the http:// link, as in the instructions, I end up with

Initialized empty Git repository in /...xxx.../blender-git/blender/.git/
error: RPC failed; result=22, HTTP code = 417

but if I change it to a git:// link it works fine. (UBUNTU 10.04LTS) --Tehrasha 01:41, 23 May 2014 (UTC)


git clone http://git.blender.org/blender.git works fine for me on arch-linux, note 10.04LTS is fairly old, though I would think it should still work --Ideasman42 01:57, 23 May 2014 (UTC)