[安裝][3D] Ubuntu 7.10 - Linux

Table of Contents

※ 引述《HuangJC (吹笛牧童)》之銘言:
: 請問大家現在 3D 安裝是從哪兒下載的?
: 我是按這個網頁進行
: http://www.ubuntu-tw.org/modules/planet/view.article.php?1375/b0
: 在進行到這一步時卡關
: git-clone git://anongit.opencompositing.org/users/crdlb/fusion-icon
: 錯誤訊息是
: fatal:unable to connect a socket (Connection timed out)
: man 了一下,原來 git 是個套件管理程式?
: 也就是 apt-get 這種東西,只是出了很多套,大家各用各的?

不,git 跟 apt 完全不一樣。

git 是「原始碼管理程式」,跟 svn 還比較像一點

我剛剛 clone 一下,沒有問題呀。

walkingice@walkingice:/tmp$ git clone git://anongit.opencompositing.org/users/crdlb/fusion-icon
Initialized empty Git repository in /tmp/fusion-icon/.git/
remote: Counting objects: 381, done.
remote: Compressing objects: 100% (358/358), done.
remote: Total 381 (delta 207), reused 0 (delta 0)
Receiving objects: 100% (381/381), 99.06 KiB | 15 KiB/s, done.
Resolving deltas: 100% (207/207), done.
walkingice@walkingice:/tmp$


ps. Ubuntu 7.10?!

--


我想你會衰成這樣都是我害的
---- Tizzy Mac

緊張的麥金塔?這是誰(._.?)

--

All Comments

Eden avatarEden2008-12-16
svn 不知道,不過 CVS 我有在用;所以像 CVS?
Gary avatarGary2008-12-17
不過,管理 source 和管理 bin,可執行檔,我分不出它的差別
因為我們也會把 build 出來的 lib,dll 放進 CVS 裏去
Yuri avatarYuri2008-12-19
因為我有很大的可能打錯字,所以剛用拷貝貼上重試中
不過,你能抓而我不能抓還是有可能的。。Orz
Jacky avatarJacky2008-12-23
是的,其實你也可以把 binary 檔塞進去 XD