<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Your DNS is broken and returning the
wrong IP address for git.centos.org. That's an RFC1918 address.
Are you behind a firewall/proxy server? How you get out from
behind that is something you'll have to ask your network admins.<br>
<br>
On 20/03/15 09:11, Dipak Dudhabhate wrote:<br>
</div>
<blockquote
cite="mid:CAE+41xfL1D6tB6K-BEGvm=Jke_i8MzPCsN-jTdPe6bC=cmFMoA@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>Thanks Juerg,<br>
<br>
</div>
can you figure out what could be problem on my machine. Please
check following <br>
<div><br>
$ GIT_CURL_VERBOSE=1 git clone <a moz-do-not-send="true"
href="https://git.centos.org/git/rpms/kernel.git">https://git.centos.org/git/rpms/kernel.git</a><br>
Cloning into 'kernel'...<br>
* Couldn't find host <a moz-do-not-send="true"
href="http://git.centos.org">git.centos.org</a> in the
.netrc file; using defaults<br>
* Hostname was NOT found in DNS cache<br>
* Trying 172.28.84.6...<br>
* Connected to 172.28.84.6 (172.28.84.6) port 3128 (#0)<br>
* Establish HTTP proxy tunnel to <a moz-do-not-send="true"
href="http://git.centos.org:443">git.centos.org:443</a><br>
> CONNECT <a moz-do-not-send="true"
href="http://git.centos.org:443">git.centos.org:443</a>
HTTP/1.1<br>
Host: <a moz-do-not-send="true"
href="http://git.centos.org:443">git.centos.org:443</a><br>
User-Agent: git/2.1.0<br>
Proxy-Connection: Keep-Alive<br>
Pragma: no-cache<br>
<br>
< HTTP/1.1 200 Connection Established<br>
< Date: Fri, 20 Mar 2015 09:06:03 GMT<br>
< Proxy-Connection: Keep-Alive<br>
< Via: 1.1 <a moz-do-not-send="true"
href="http://triton-wcg.toshiba-tsip.com">triton-wcg.toshiba-tsip.com</a><br>
< <br>
* Proxy replied OK to CONNECT request<br>
* found 173 certificates in /etc/ssl/certs/ca-certificates.crt<br>
* gnutls_handshake() warning: The server name sent was not
recognized<br>
* failed to get server cert<br>
* Closing connection 0<br>
fatal: unable to access '<a moz-do-not-send="true"
href="https://git.centos.org/git/rpms/kernel.git/">https://git.centos.org/git/rpms/kernel.git/</a>':
gnutls_handshake() warning: The server name sent was not
recognized<br>
<br>
</div>
<div>-Dipak<br>
<br>
</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Fri, Mar 20, 2015 at 1:09 PM, Juerg
Haefliger <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:juergh@gmail.com" target="_blank">juergh@gmail.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex"><span
class="">On Fri, Mar 20, 2015 at 8:04 AM, Dipak Dudhabhate<br>
<<a moz-do-not-send="true"
href="mailto:dipak.dudhabhate@gmail.com">dipak.dudhabhate@gmail.com</a>>
wrote:<br>
> Hi,<br>
><br>
> I am trying to download rhel7 kernel code using git
as follows.<br>
><br>
> $ git clone <a moz-do-not-send="true"
href="https://git.centos.org/git/rpms/kernel.git"
target="_blank">https://git.centos.org/git/rpms/kernel.git</a><br>
> Cloning into 'kernel'...<br>
> fatal: unable to access '<a moz-do-not-send="true"
href="https://git.centos.org/git/rpms/kernel.git/"
target="_blank">https://git.centos.org/git/rpms/kernel.git/</a>':<br>
> gnutls_handshake() warning: The server name sent was
not recognized<br>
<br>
</span>I think this is a misconfiguration on <a
moz-do-not-send="true" href="http://git.centos.org"
target="_blank">git.centos.org</a>. Something to do<br>
with the DNS cache not up to date or something.<br>
<br>
$ GIT_CURL_VERBOSE=1 git clone <a moz-do-not-send="true"
href="https://git.centos.org/git/rpms/kernel.git"
target="_blank">https://git.centos.org/git/rpms/kernel.git</a><br>
Cloning into 'kernel'...<br>
* Couldn't find host <a moz-do-not-send="true"
href="http://git.centos.org" target="_blank">git.centos.org</a>
in the .netrc file; using defaults<br>
* Hostname was NOT found in DNS cache<br>
* Trying 85.13.226.35...<br>
* Connected to <a moz-do-not-send="true"
href="http://git.centos.org" target="_blank">git.centos.org</a>
(85.13.226.35) port 443 (#0)<br>
* found 178 certificates in
/etc/ssl/certs/ca-certificates.crt<br>
<span class="">* gnutls_handshake() warning: The server name
sent was not recognized<br>
</span>* failed to get server cert<br>
* Closing connection 0<br>
<span class="">fatal: unable to access '<a
moz-do-not-send="true"
href="https://git.centos.org/git/rpms/kernel.git/"
target="_blank">https://git.centos.org/git/rpms/kernel.git/</a>':<br>
gnutls_handshake() warning: The server name sent was not
recognized<br>
<br>
</span>...Juerg<br>
<span class=""><br>
<br>
> $ git clone git://<a moz-do-not-send="true"
href="http://git.centos.org/git/rpms/kernel.git"
target="_blank">git.centos.org/git/rpms/kernel.git</a><br>
> Cloning into 'kernel'...<br>
> fatal: Could not read from remote repository.<br>
><br>
> Please make sure you have the correct access rights<br>
> and the repository exists.<br>
><br>
> Do i need git account to access it ? if yes where can
do it?<br>
><br>
><br>
> -Dipak<br>
><br>
><br>
</span>> _______________________________________________<br>
> CentOS-devel mailing list<br>
> <a moz-do-not-send="true"
href="mailto:CentOS-devel@centos.org">CentOS-devel@centos.org</a><br>
> <a moz-do-not-send="true"
href="http://lists.centos.org/mailman/listinfo/centos-devel"
target="_blank">http://lists.centos.org/mailman/listinfo/centos-devel</a><br>
><br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
--<br>
Juerg Haefliger<br>
Hewlett-Packard<br>
_______________________________________________<br>
CentOS-devel mailing list<br>
<a moz-do-not-send="true"
href="mailto:CentOS-devel@centos.org">CentOS-devel@centos.org</a><br>
<a moz-do-not-send="true"
href="http://lists.centos.org/mailman/listinfo/centos-devel"
target="_blank">http://lists.centos.org/mailman/listinfo/centos-devel</a><br>
</font></span></blockquote>
</div>
<br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
CentOS-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:CentOS-devel@centos.org">CentOS-devel@centos.org</a>
<a class="moz-txt-link-freetext" href="http://lists.centos.org/mailman/listinfo/centos-devel">http://lists.centos.org/mailman/listinfo/centos-devel</a>
</pre>
</blockquote>
<br>
</body>
</html>