<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>129196</bug_id>
          
          <creation_ts>2014-02-22 00:18:29 -0800</creation_ts>
          <short_desc>git clone git://git.webkit.org/WebKit.git fails</short_desc>
          <delta_ts>2014-12-08 09:22:00 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebCore Misc.</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>OS X 10.9</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Dirk Schulze">krit</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>berto</cc>
    
    <cc>lforschler</cc>
    
    <cc>matthew_hanson</cc>
    
    <cc>mrowe</cc>
    
    <cc>rniwa</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>983531</commentid>
    <comment_count>0</comment_count>
    <who name="Dirk Schulze">krit</who>
    <bug_when>2014-02-22 00:18:29 -0800</bug_when>
    <thetext>If I try to do git clone git://git.webkit.org/WebKit.git it fails with:

fatal: unable to access &apos;https://git.webkit.org/WebKit.git/&apos;: Failed connect to git.webkit.org:443; Operation timed out

I heard of others with the same problem, so far I don&apos;t know what is going on. I tried the git version from Xcode initially and then tried homebrew git. Both give the same mistake. So it might not be an issue with git?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>983599</commentid>
    <comment_count>1</comment_count>
    <who name="Mark Rowe (bdash)">mrowe</who>
    <bug_when>2014-02-22 09:43:11 -0800</bug_when>
    <thetext>The error message you quote mentions _https_://git.webkit.org/WebKit.git/, not _git_://git.webkit.org/WebKit.git. That suggests you&apos;re not doing &quot;git clone git://git.webkit.org/WebKit.git&quot; at all.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>983607</commentid>
    <comment_count>2</comment_count>
    <who name="Dirk Schulze">krit</who>
    <bug_when>2014-02-22 10:15:07 -0800</bug_when>
    <thetext>(In reply to comment #1)
&gt; The error message you quote mentions _https_://git.webkit.org/WebKit.git/, not _git_://git.webkit.org/WebKit.git. That suggests you&apos;re not doing &quot;git clone git://git.webkit.org/WebKit.git&quot; at all.

Well, I still do git clone git://git.webkit.org/WebKit.git though :)

I don&apos;t know why the address is resolved to https.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>983608</commentid>
    <comment_count>3</comment_count>
    <who name="Mark Rowe (bdash)">mrowe</who>
    <bug_when>2014-02-22 10:26:42 -0800</bug_when>
    <thetext>I&apos;ve no idea why you&apos;d be seeing that. I&apos;m successfully able to &quot;git clone git://git.webkit.org/WebKit.git&quot; from a number of different machines running various different versions of OS X and Linux.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>983986</commentid>
    <comment_count>4</comment_count>
    <who name="Dirk Schulze">krit</who>
    <bug_when>2014-02-24 11:42:58 -0800</bug_when>
    <thetext>I commented out these lines in .gitconfig and it seemed to fix it:

[url &quot;https://&quot;]
	insteadOf = git://

This should actually allow both git:// and https://. Maybe it prefers https:// and the server never responses.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>