Hi All, I am running ubuntu LTS 14.04 in virtual box and i have installed git (latest) When i try to run the below command i am getting error which i am not able resolve from past 2 days.
*VirtualBox:~/Desktop/Androidcode/kernel$ git clone https://android.googlesource.com/kernel/hikey-linaro *13:04:54.194002 git.c:344 trace: built-in: git 'clone' 'https://android.googlesource.com/kernel/hikey-linaro' Cloning into 'hikey-linaro'... 13:04:54.198621 run-command.c:334 trace: run_command: 'git-remote-https' 'origin' 'https://android.googlesource.com/kernel/hikey-linaro' * Couldn't find host android.googlesource.com in the .netrc file; using defaults * Trying 172.19.22.172... * Connected to proxy.tcs.com (172.19.22.172) port 8080 (#0) * Establish HTTP proxy tunnel to android.googlesource.com:443 > CONNECT android.googlesource.com:443 HTTP/1.1 Host: android.googlesource.com:443 User-Agent: git/2.7.4 Proxy-Connection: Keep-Alive < HTTP/1.1 407 Proxy Authentication Required < Proxy-Authenticate: NEGOTIATE < Proxy-Authenticate: NTLM < Proxy-Authenticate: BASIC realm="auth1" < Cache-Control: no-cache < Pragma: no-cache < Content-Type: text/html; charset=utf-8 < Proxy-Connection: close < Connection: close < Content-Length: 797 < * Ignore 797 bytes of response-body * Connect me again please * found 148 certificates in /etc/ssl/certs/ca-certificates.crt * found 597 certificates in /etc/ssl/certs * ALPN, offering http/1.1 * gnutls_handshake() failed: Error in the push function. * Closing connection 0 * Couldn't find host android.googlesource.com in the .netrc file; using defaults * Hostname proxy.tcs.com was found in DNS cache * Trying 172.19.22.172... * Connected to proxy.tcs.com (172.19.22.172) port 8080 (#1) * Establish HTTP proxy tunnel to android.googlesource.com:443 > CONNECT android.googlesource.com:443 HTTP/1.1 Host: android.googlesource.com:443 User-Agent: git/2.7.4 Proxy-Connection: Keep-Alive < HTTP/1.1 407 Proxy Authentication Required < Proxy-Authenticate: NEGOTIATE * gss_init_sec_context() failed: : SPNEGO cannot find mechanisms to negotiate < Proxy-Authenticate: NTLM < Proxy-Authenticate: BASIC realm="auth1" < Cache-Control: no-cache < Pragma: no-cache < Content-Type: text/html; charset=utf-8 < Proxy-Connection: close < Connection: close < Content-Length: 797 < * Received HTTP code 407 from proxy after CONNECT * Closing connection 1fatal: unable to access 'https://android.googlesource.com/kernel/hikey-linaro/': gnutls_handshake() failed: Error in the push function. Any help will be appreciated -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/d0084e82-deca-4def-b705-5c03f03c638d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
