git新手 git的源码哪去了? RhythmCat2
发表于 : 2012-08-24 11:54
没事我说编译个软件试试,没用过git
之后我就不知道我该去哪里编译软件了
一头雾水
代码: 全选
chao@localhost:~$ git clone git://github.com/supercatexpert/RhythmCat2.git
正克隆到 'RhythmCat2'...
remote: Counting objects: 2217, done.
remote: Compressing objects: 100% (1734/1734), done.
remote: Total 2217 (delta 1698), reused 953 (delta 447)
Receiving objects: 100% (2217/2217), 5.37 MiB | 255 KiB/s, done.
Resolving deltas: 100% (1698/1698), done.
chao@localhost:~$
一头雾水