I think this came up recently (last 6-9 months) on the main Git list. Try the 
archives on Gmane - a quick search with your text phrase got 
http://thread.gmane.org/gmane.comp.version-control.git/217137/focus=217193 
which may be of relevance (I didn't read)

Philip
  ----- Original Message ----- 
  From: Marcin Fiedziukiewicz 
  To: git-users@googlegroups.com 
  Sent: Thursday, July 18, 2013 7:42 AM
  Subject: [git-users] Re: How to disable or fix Auto packing with git remote 
repository


  It is all on linux, remote and local repos are both on linux.


  Yes I woudl like to fisrt fix this and make it work. 


  Also I have lot of tmp_pack_* files in ../objects/pack dir
  And they are about 80% of space of whole remote repo, what to do with tem is 
it safe to delete them all ?






  W dniu środa, 17 lipca 2013 23:05:24 UTC+2 użytkownik Thomas Ferris 
Nicolaisen napisał:
    On Wednesday, July 17, 2013 2:50:59 PM UTC+2, Marcin Fiedziukiewicz wrote:

      Hi, I am using git repository but when I do the push to the remote 
repository it always run Auto packing the repository for optimum performance.
      It fail with message


      fatal: unable to rename temporary pack file: No such file or directory
      error: failed to run repack




      I want to turn it off or fix it because it takes long time to push , is 
there any way to disable it or fix this error so I can push changes faster ?


      I try  
      git config --global gc.autopacklimit 0


      and 


      git config --global gc.auto 0


      But it still run auto packing.

      Any idea hot to fix it or disable it.


      Please help


    Well, I would focus on getting git gc working before trying to bypass it. I 
suspect that you're on Windows? In any case, this could be a bug that should be 
reported either to the git developer mailing list, or perhaps msysgit. 


    Have a look at https://gist.github.com/tfnico/4441562 - if you are on 
Windows, send the email to the msysgit mailing list instead.

  -- 
  You received this message because you are subscribed to the Google Groups 
"Git for human beings" group.
  To unsubscribe from this group and stop receiving emails from it, send an 
email to git-users+unsubscr...@googlegroups.com.
  For more options, visit https://groups.google.com/groups/opt_out.
   
   

  No virus found in this message.
  Checked by AVG - www.avg.com
  Version: 2013.0.3349 / Virus Database: 3204/6499 - Release Date: 07/17/13

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to