[git-users] Git through firewall

2014-05-08 Thread Christophe Destombes
Hello I am desperately trying to clone a repository through our company firewall... My git set up is correct: http://DOMAIN\login:passw...@proxy.company.com:8080 However when I try to clone i get: The requested URL returned error: 502 or The requested URL returned error: 584, and both errors

[git-users] Re: Git through firewall

2014-05-08 Thread Thomas Ferris Nicolaisen
On Thursday, May 8, 2014 12:55:46 PM UTC+2, Christophe Destombes wrote: Hello I am desperately trying to clone a repository through our company firewall... My git set up is correct: http://DOMAIN\login:passw...@proxy.company.com:8080 Please share your configuration properly, just

Re: [git-users] Re: Git through firewall

2014-05-08 Thread Christophe Destombes
Hello Thomas, Thanks for your quick reply. I will try tomorrow the additional backslash but I doubt it is the origin of the problem as this config does not give an user identification error. The user is well recogized by the proxy as far as I could check. I will however try this option. Regards

[git-users] Re: Git through firewall

2014-05-08 Thread Christophe Destombes
Hello again Thomas, Well I confirm that a single backslash is needed. I can make this config work on a server. But if I try from my PC on the same network, I get the error. Symantec protection maybe? Le jeudi 8 mai 2014 13:08:19 UTC+2, Thomas Ferris Nicolaisen a écrit : On Thursday, May 8,

[git-users] Damaged repo

2014-05-08 Thread fpefpe
Hello -- Not sure how much harm this could do, but I run git via windows -- I ran a shell script that would lower-case files in the directory and all subdirectories -- I forgot one of those sub-dirs was a git ripo (.git) and all the files in it were lower cased -- Is there a way to repair

Re: [git-users] Damaged repo

2014-05-08 Thread Dale R. Worley
From: fpefpe fpespos...@gmail.com Hello -- Not sure how much harm this could do, but I run git via windows -- I ran a shell script that would lower-case files in the directory and all subdirectories -- I forgot one of those sub-dirs was a git ripo (.git) and all the files in it were lower

Re: [git-users] Damaged repo

2014-05-08 Thread Frank P Esposito
Thanks for the info -- as it turned out, the used was dropbox creating conflict files in the directory --- my dir/repo is part of my dropbox tree -- once I removed those files it fsck worked ok - thx On Thu, May 8, 2014 at 3:48 PM, Dale R. Worley wor...@alum.mit.edu wrote: From: fpefpe