On Sun, 18 May 2014 20:21:41 -0700 (PDT) Q Fadlan <[email protected]> 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
