Hi, I''m running in to a few issues with Rails 3, and I''d like to try running my app on edge before reporting them. Unfortunately a git clone is failing (and has been for the last few days): git clone http://github.com/rails/rails.git Initialized empty Git repository in /Users/paul/Dropbox/Sites/rails/rails/.git/ error: Unable to get pack file http://github.com/rails/rails.git/objects/pack/pack-170dd655f1ee45f227b52af182a47023cd417011.pack transfer closed with 22254191 bytes remaining to read error: Unable to find 5b3f7563ae1b4a7160fda7fe34240d40c5777dcd under http://github.com/rails/rails.git Cannot obtain needed object 5b3f7563ae1b4a7160fda7fe34240d40c5777dcd fatal: Fetch failed. Any enlightenment? —P -- Paul Campbell paul@hypertiny.ie - - - - - - - - - - - - - - - - - - - web http://hypertiny.ie blog http://www.pabcas.com twitter http://www.twitter.com/paulca github http://www.github.com/paulca phone +353 87 914 8162 - - - - - - - - - - - - - - - - - - - -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
On Wed, Jul 7, 2010 at 11:27, Paul Campbell <paul@rslw.com> wrote:> Unfortunately a git clone is failing (and has been for the last few days): > > git clone http://github.com/rails/rails.git > Initialized empty Git repository in /Users/paul/Dropbox/Sites/rails/rails/.git/ > error: Unable to get pack file > http://github.com/rails/rails.git/objects/pack/pack-170dd655f1ee45f227b52af182a47023cd417011.pack > transfer closed with 22254191 bytes remaining to read > error: Unable to find 5b3f7563ae1b4a7160fda7fe34240d40c5777dcd under > http://github.com/rails/rails.git > Cannot obtain needed object 5b3f7563ae1b4a7160fda7fe34240d40c5777dcd > fatal: Fetch failed. > > Any enlightenment?Sorry I can''t give any more information than this, but I can confirm that it''s working fine for me. Regards, Norman -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Have you tried clone from the git:// instead? git clone git://github.com/rails/rails.git I always have problem with HTTP proxy here, so I usually do in git: - Prem On 7 ก.ค. 2553, at 21:45, Norman Clarke wrote:> On Wed, Jul 7, 2010 at 11:27, Paul Campbell <paul@rslw.com> wrote: >> Unfortunately a git clone is failing (and has been for the last few days): >> >> git clone http://github.com/rails/rails.git >> Initialized empty Git repository in /Users/paul/Dropbox/Sites/rails/rails/.git/ >> error: Unable to get pack file >> http://github.com/rails/rails.git/objects/pack/pack-170dd655f1ee45f227b52af182a47023cd417011.pack >> transfer closed with 22254191 bytes remaining to read >> error: Unable to find 5b3f7563ae1b4a7160fda7fe34240d40c5777dcd under >> http://github.com/rails/rails.git >> Cannot obtain needed object 5b3f7563ae1b4a7160fda7fe34240d40c5777dcd >> fatal: Fetch failed. >> >> Any enlightenment? > > Sorry I can''t give any more information than this, but I can confirm > that it''s working fine for me. > > Regards, > > Norman > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. > To post to this group, send email to rubyonrails-core@googlegroups.com. > To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
FYI, confirmed that both work for me. $ git clone http://github.com/rails/rails.git $ git clone git://github.com/rails/rails.git Tho like Prem, I much prefer the git protocol vs http. - Ken On Jul 7, 2010, at 10:46 AM, Prem Sichanugrist wrote:> Have you tried clone from the git:// instead? > > git clone git://github.com/rails/rails.git > > I always have problem with HTTP proxy here, so I usually do in git: > > - Prem > > On 7 ก.ค. 2553, at 21:45, Norman Clarke wrote: > >> On Wed, Jul 7, 2010 at 11:27, Paul Campbell <paul@rslw.com> wrote: >>> Unfortunately a git clone is failing (and has been for the last few days): >>> >>> git clone http://github.com/rails/rails.git >>> Initialized empty Git repository in /Users/paul/Dropbox/Sites/rails/rails/.git/ >>> error: Unable to get pack file >>> http://github.com/rails/rails.git/objects/pack/pack-170dd655f1ee45f227b52af182a47023cd417011.pack >>> transfer closed with 22254191 bytes remaining to read >>> error: Unable to find 5b3f7563ae1b4a7160fda7fe34240d40c5777dcd under >>> http://github.com/rails/rails.git >>> Cannot obtain needed object 5b3f7563ae1b4a7160fda7fe34240d40c5777dcd >>> fatal: Fetch failed. >>> >>> Any enlightenment? >> >> Sorry I can''t give any more information than this, but I can confirm >> that it''s working fine for me. >> >> Regards, >> >> Norman >> >> -- >> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. >> To post to this group, send email to rubyonrails-core@googlegroups.com. >> To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. >> For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. > To post to this group, send email to rubyonrails-core@googlegroups.com. > To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
git worked great, thanks. --P On Wed, Jul 7, 2010 at 3:49 PM, Ken Collins <ken@metaskills.net> wrote:> > FYI, confirmed that both work for me. > > $ git clone http://github.com/rails/rails.git > $ git clone git://github.com/rails/rails.git > > Tho like Prem, I much prefer the git protocol vs http. > > - Ken > > > On Jul 7, 2010, at 10:46 AM, Prem Sichanugrist wrote: > >> Have you tried clone from the git:// instead? >> >> git clone git://github.com/rails/rails.git >> >> I always have problem with HTTP proxy here, so I usually do in git: >> >> - Prem >> >> On 7 ก.ค. 2553, at 21:45, Norman Clarke wrote: >> >>> On Wed, Jul 7, 2010 at 11:27, Paul Campbell <paul@rslw.com> wrote: >>>> Unfortunately a git clone is failing (and has been for the last few days): >>>> >>>> git clone http://github.com/rails/rails.git >>>> Initialized empty Git repository in /Users/paul/Dropbox/Sites/rails/rails/.git/ >>>> error: Unable to get pack file >>>> http://github.com/rails/rails.git/objects/pack/pack-170dd655f1ee45f227b52af182a47023cd417011.pack >>>> transfer closed with 22254191 bytes remaining to read >>>> error: Unable to find 5b3f7563ae1b4a7160fda7fe34240d40c5777dcd under >>>> http://github.com/rails/rails.git >>>> Cannot obtain needed object 5b3f7563ae1b4a7160fda7fe34240d40c5777dcd >>>> fatal: Fetch failed. >>>> >>>> Any enlightenment? >>> >>> Sorry I can''t give any more information than this, but I can confirm >>> that it''s working fine for me. >>> >>> Regards, >>> >>> Norman >>> >>> -- >>> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. >>> To post to this group, send email to rubyonrails-core@googlegroups.com. >>> To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. >>> For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. >> To post to this group, send email to rubyonrails-core@googlegroups.com. >> To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. >> For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. > To post to this group, send email to rubyonrails-core@googlegroups.com. > To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en. > >-- Paul Campbell paul@hypertiny.ie - - - - - - - - - - - - - - - - - - - web http://hypertiny.ie blog http://www.pabcas.com twitter http://www.twitter.com/paulca github http://www.github.com/paulca phone +353 87 914 8162 - - - - - - - - - - - - - - - - - - - -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.