«前の日記(2008-06-22(Sun)) 最新 次の日記(2008-07-18(Fri))» 編集

これ日記なん?


2008-06-28(Sat) [長年日記]

_ githubからhttp://でcloneできるよ!

6/19にできるようになったみたい。GJ!

では早速Railsをば

kog@spada:~/git$ git clone http://github.com/rails/rails.git
Initialized empty Git repository in /home/kog/git/rails/.git/
Getting alternates list for http://github.com/rails/rails.git
Getting pack list for http://github.com/rails/rails.git
Getting index for pack 054585aa3844682df3d126952d75938bc46937e0
Getting pack 054585aa3844682df3d126952d75938bc46937e0
 which contains 5b3f7563ae1b4a7160fda7fe34240d40c5777dcd
walk 5b3f7563ae1b4a7160fda7fe34240d40c5777dcd
walk f756bfbe89da504729a1e59d1cbfc4044257057d
walk e85fcc0518605ca1602a1353bbb616ad2a34e351
....
walk 5988aaa50e72643b021ec5e8562d14a39b4f54e1
walk 478cd8223c5ef43abbbb347c5517910a5ab91b67
walk c8da518bbfedc2a06b1d96912ddae00e57f21748
kog@spada:~/git$ cd rails
kog@spada:~/git/rails$ ls
Rakefile      activemodel     activesupport  pushgems.rb
actionmailer  activerecord    cleanlogs.sh   railties
actionpack    activeresource  doc            release.rb

わーい。これで防火壁のなかからでもアクセスできるぞ!

やっぱりgitの使い方を覚えよう...