diff options
| -rw-r--r-- | install | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -77,6 +77,7 @@ def git      s if $? and not s.empty?    end +  return unless @git    # Github only supports HTTPS fetches on 1.7.10 or later:    # https://help.github.com/articles/https-cloning-errors    `#{@git} --version` =~ /git version (\d\.\d+\.\d+)/ | 
