Re: [git-users] git new bird: Server aborted the SSL handshake

2016-09-01 Thread chenhyde628


在 2016年9月2日星期五 UTC+8上午9:16:56,chenh...@gmail.com写道:
>
> What i do is following the  git protocol. But you know i am in China. Some 
> webs are limited. I do not know if my old host change have problem here.
>
> 在 2016年9月2日星期五 UTC+8上午8:49:56,Mark Waite写道:
>>
>> Since it is a public repository, you may be able to clone it with git 
>> protocol
>>
>> $ git clone git://github.com/schacon/simplegit-progit
>>
>> Mark Waite
>>
>> On Thursday, September 1, 2016 at 2:12:25 PM UTC-6, Konstantin Khomoutov 
>> wrote:
>>>
>>> On Wed, 31 Aug 2016 18:03:47 -0700 (PDT) 
>>> chenh...@gmail.com wrote: 
>>>
>>> > my try is here: 
>>> > $ export GIT_CURL_VERBOSE=1 
>>> > 
>>> > $ git clone https://github.com/schacon/simplegit-progit 
>>> > 
>>> > Cloning into 'simplegit-progit'... 
>>> > 
>>> > * Couldn't find host github.com in the .netrc file; using defaults 
>>> > 
>>> > *   Trying 192.30.252.129... 
>>> > 
>>> > * Connected to github.com (192.30.252.129) port 443 (#0) 
>>> > 
>>> > * Server aborted the SSL handshake 
>>> > 
>>> > * Closing connection 0 
>>> > 
>>> > fatal: unable to access 
>>> > 'https://github.com/schacon/simplegit-progit/': Server aborted the 
>>> > SSL handshak 
>>>
>>> No idea then. 
>>>
>>> There are several areas to explore but the fastest is supposedly to use 
>>> some king of local HTTP proxy which will take care of TLS connection 
>>> establishment. 
>>>
>>> You might also want to reach for the main Git list [1]. 
>>>
>>> 1. https://gist.github.com/tfnico/4441562 
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] git new bird: Server aborted the SSL handshake

2016-09-01 Thread chenhyde628
I get it. I change the hosts, a new IP (as git help show me ). Why github 
is limited in China. I using 1 week to deal with this connection problem. 
My god. Is this a way to learn knowledge……

在 2016年9月2日星期五 UTC+8上午4:12:25,Konstantin Khomoutov写道:
>
> On Wed, 31 Aug 2016 18:03:47 -0700 (PDT) 
> chenh...@gmail.com  wrote: 
>
> > my try is here: 
> > $ export GIT_CURL_VERBOSE=1 
> > 
> > $ git clone https://github.com/schacon/simplegit-progit 
> > 
> > Cloning into 'simplegit-progit'... 
> > 
> > * Couldn't find host github.com in the .netrc file; using defaults 
> > 
> > *   Trying 192.30.252.129... 
> > 
> > * Connected to github.com (192.30.252.129) port 443 (#0) 
> > 
> > * Server aborted the SSL handshake 
> > 
> > * Closing connection 0 
> > 
> > fatal: unable to access 
> > 'https://github.com/schacon/simplegit-progit/': Server aborted the 
> > SSL handshak 
>
> No idea then. 
>
> There are several areas to explore but the fastest is supposedly to use 
> some king of local HTTP proxy which will take care of TLS connection 
> establishment. 
>
> You might also want to reach for the main Git list [1]. 
>
> 1. https://gist.github.com/tfnico/4441562 
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] git new bird: Server aborted the SSL handshake

2016-09-01 Thread chenhyde628
What i do is following the  git protocol. But you know i am in China. Some 
webs are limited. I do not know if my old host change have problem here.

在 2016年9月2日星期五 UTC+8上午8:49:56,Mark Waite写道:
>
> Since it is a public repository, you may be able to clone it with git 
> protocol
>
> $ git clone git://github.com/schacon/simplegit-progit
>
> Mark Waite
>
> On Thursday, September 1, 2016 at 2:12:25 PM UTC-6, Konstantin Khomoutov 
> wrote:
>>
>> On Wed, 31 Aug 2016 18:03:47 -0700 (PDT) 
>> chenh...@gmail.com wrote: 
>>
>> > my try is here: 
>> > $ export GIT_CURL_VERBOSE=1 
>> > 
>> > $ git clone https://github.com/schacon/simplegit-progit 
>> > 
>> > Cloning into 'simplegit-progit'... 
>> > 
>> > * Couldn't find host github.com in the .netrc file; using defaults 
>> > 
>> > *   Trying 192.30.252.129... 
>> > 
>> > * Connected to github.com (192.30.252.129) port 443 (#0) 
>> > 
>> > * Server aborted the SSL handshake 
>> > 
>> > * Closing connection 0 
>> > 
>> > fatal: unable to access 
>> > 'https://github.com/schacon/simplegit-progit/': Server aborted the 
>> > SSL handshak 
>>
>> No idea then. 
>>
>> There are several areas to explore but the fastest is supposedly to use 
>> some king of local HTTP proxy which will take care of TLS connection 
>> establishment. 
>>
>> You might also want to reach for the main Git list [1]. 
>>
>> 1. https://gist.github.com/tfnico/4441562 
>>
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] git new bird: Server aborted the SSL handshake

2016-09-01 Thread Mark Waite
Since it is a public repository, you may be able to clone it with git 
protocol

$ git clone git://github.com/schacon/simplegit-progit

Mark Waite

On Thursday, September 1, 2016 at 2:12:25 PM UTC-6, Konstantin Khomoutov 
wrote:
>
> On Wed, 31 Aug 2016 18:03:47 -0700 (PDT) 
> chenh...@gmail.com  wrote: 
>
> > my try is here: 
> > $ export GIT_CURL_VERBOSE=1 
> > 
> > $ git clone https://github.com/schacon/simplegit-progit 
> > 
> > Cloning into 'simplegit-progit'... 
> > 
> > * Couldn't find host github.com in the .netrc file; using defaults 
> > 
> > *   Trying 192.30.252.129... 
> > 
> > * Connected to github.com (192.30.252.129) port 443 (#0) 
> > 
> > * Server aborted the SSL handshake 
> > 
> > * Closing connection 0 
> > 
> > fatal: unable to access 
> > 'https://github.com/schacon/simplegit-progit/': Server aborted the 
> > SSL handshak 
>
> No idea then. 
>
> There are several areas to explore but the fastest is supposedly to use 
> some king of local HTTP proxy which will take care of TLS connection 
> establishment. 
>
> You might also want to reach for the main Git list [1]. 
>
> 1. https://gist.github.com/tfnico/4441562 
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] git new bird: Server aborted the SSL handshake

2016-09-01 Thread Konstantin Khomoutov
On Wed, 31 Aug 2016 18:03:47 -0700 (PDT)
chenhyde...@gmail.com wrote:

> my try is here:
> $ export GIT_CURL_VERBOSE=1 
> 
> $ git clone https://github.com/schacon/simplegit-progit
> 
> Cloning into 'simplegit-progit'...
> 
> * Couldn't find host github.com in the .netrc file; using defaults
> 
> *   Trying 192.30.252.129...
> 
> * Connected to github.com (192.30.252.129) port 443 (#0)
> 
> * Server aborted the SSL handshake
> 
> * Closing connection 0
> 
> fatal: unable to access
> 'https://github.com/schacon/simplegit-progit/': Server aborted the
> SSL handshak

No idea then.

There are several areas to explore but the fastest is supposedly to use
some king of local HTTP proxy which will take care of TLS connection
establishment.

You might also want to reach for the main Git list [1].

1. https://gist.github.com/tfnico/4441562

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] git repo bitmap creation

2016-09-01 Thread Philip Oakley
- Original Message - 
  From: Arumuga 
  To: Git for human beings 
  Sent: Thursday, September 01, 2016 7:14 PM
  Subject: [git-users] git repo bitmap creation


  Hi Git Experts,


  We have been exploring various ways to improve git cloning time, one among 
them is using bitmap which is suppose to save time "counting objects".  but i 
have problem creating bitmap since the repository contains 100's of pack files. 
the bitmap file is not created when i use "git gc".


  I have the following entries in my .gitconfig.


  [pack]
  packSizeLimit = 10m

  writebitmaps = on
  writeBitmapHashCache = on


  If i just dont use "packSizeLimit = 10m", then bitmap is created just by 
running git gc


  Can you please make me understand ?, What i understood is that the bitmap is 
created when there is a single pack file, but if i split it into multiple pack 
file, the bitmap generation fails with the warning
  "warning: disabling bitmap writing, as some objects are not being packed".

The bitmaps are designed (IIUC) specifically for the case of everything being 
inside the one pack, which is the most optimal for finding the objects. 

If you have many packs thaten the search can span the packs, but the bit map 
does not, so has to give up.

It is worth exploring the git developers list at www.public-inbox.org/git The 
primary author of the bitmaps code (again IIRC) was Jeff King (Peff), so a 
quicj seach should come up with a much better explanation than my half 
remembered, half understood reply ;-)
--
Philip

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[git-users] git repo bitmap creation

2016-09-01 Thread Arumuga
Hi Git Experts,

We have been exploring various ways to improve git cloning time, one among 
them is using bitmap which is suppose to save time "counting objects".  but 
i have problem creating bitmap since the repository contains 100's of pack 
files. the bitmap file is not created when i use "git gc".

I have the following entries in my .gitconfig.

[pack]
packSizeLimit = 10m
writebitmaps = on
writeBitmapHashCache = on

If i just dont use "packSizeLimit = 10m", then bitmap is created just by 
running git gc

Can you please make me understand ?, What i understood is that the bitmap 
is created when there is a single pack file, but if i split it into 
multiple pack file, the bitmap generation fails with the warning
"warning: disabling bitmap writing, as some objects are not being packed".

Regards,
Arumuga

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.