[git-users] Re: git error 504

2014-05-19 Thread Thomas Ferris Nicolaisen
On Monday, May 19, 2014 5:21:41 AM UTC+2, Q Fadlan wrote:

 Hi everyone,

 when i will use my git in my PC, my git client error 504. whereas when i 
 use git client in other PC, git running well. i think the problem in my PC. 
 i have uninstall git client n install again, but my git still error 504. 
 does anyone know the solution?


The information you're providing is not sufficient to help you out, I'm 
afraid. Can you please copy the entire commands and output, any special Git 
configuration you've made (proxy, remote urls, etc)?

Anyhow, I found a similar problem here: 
http://stackoverflow.com/questions/21085607/git-error-the-requested-url-returned-error-504-gateway-timeout-while-accessing
 
- is that the same as you are experiencing? 

-- 
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/d/optout.


Re: [git-users] git error 504

2014-05-19 Thread Konstantin Khomoutov
On Sun, 18 May 2014 20:21:41 -0700 (PDT)
Q Fadlan q.fadla...@gmail.com wrote:

 when i will use my git in my PC, my git client error 504. whereas
 when i use git client in other PC, git running well. i think the
 problem in my PC. i have uninstall git client n install again, but my
 git still error 504. does anyone know the solution? 

Since this error looks like a HTTP status code, you're probably using
HTTP[S] to acces your repository, and HTTP status code 504 means
Gateway timeout.  Most of the time this error means that your request
is being proxied by a HTTP proxy server, and it times out for some
reason.  So my guess is that the difference between your computers is
in the network setup regarding the functioning of the HTTP protocol.
So your best bet is to go and compare the network settings in Internet
Explorers on both machines.  You might also fire up a console prompt
and run

  proxycfg

there -- it should print HTTP proxy settings for the current user.

-- 
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/d/optout.


Re: [git-users] worlds slowest git repo- what to do?

2014-05-19 Thread John Fisher

Duy Nguyen ,  I have 7700 files in the git repo. Add is much much faster 
than commit -m  text . My most-populous git repos has 57K files (its an 
operating system) and I have no issues with the 57K repo.



-- 
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/d/optout.