Results 1 to 4 of 4

Thread: Git not working through proxy

  1. #1
    Join Date
    2013-Mar
    Posts
    2

    Question Git not working through proxy

    My first post didn't work, let's try this a second time. I'm getting the following problem. Proxy environment variables are correct.

    Code:
    user@server:~# git clone git://git.kali.org/live-build-config.git
    Cloning into 'live-build-config'...
    fatal: unable to connect to git.kali.org:
    git.kali.org [0: 208.88.127.102]: errno=Network is unreachable
    However if I change the URL from git:// to http:// I get this:

    Code:
    user@server:~# git clone http://git.kali.org/live-build-config.git
    Cloning into 'live-build-config'...
    fatal: http://git.kali.org/live-build-config.git/info/refs
    not found: did you run git update-server-info on the server?
    I suspect that my proxy just doesn't like git:// links, and that the git repository isn't configured for http downloads. Any suggestions on how to fix this?

  2. #2
    Perhaps your firewall is blocking outbound git traffic. Works for us.

  3. #3
    Join Date
    2013-Mar
    Posts
    2
    You're right, it's blocking port 9418, and the chance of IT opening it up is slim to none. Any chance of you folks allowing http:// as well as git://?

  4. #4
    Join Date
    2013-Mar
    Posts
    1
    im getting the exact same error as mentioned by gerald626, and my proxy enviroment are working fine

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •