Re: [git-users] git - ssl problem

2014-01-13 Thread Thomas Ferris Nicolaisen
On Monday, January 13, 2014 3:38:02 PM UTC+1, Thomas Ferris Nicolaisen 
wrote:
>
>
>
> On Monday, January 13, 2014 9:44:00 AM UTC+1, Chris Stone wrote:
>>
>> Are you able to clone a read only copy of the repo? Is you ssl cert added 
>> to the github repo? Have you tried using the git daemon instead of https?  
>>
>  
>>
>
> AFAIK his SSH keypair won't do him much good when cloning over https. But 
> trying to clone over SSH sounds like a good idea:
>
>
Or even simpler: Try cloning "read only" over the git protocol - this 
requires no key setup or authentication whatsoever: 

git clone git://github.com/puppetlabs/puppetdb.git

-- 
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/groups/opt_out.


Re: [git-users] git - ssl problem

2014-01-13 Thread Thomas Ferris Nicolaisen


On Monday, January 13, 2014 9:44:00 AM UTC+1, Chris Stone wrote:
>
> Are you able to clone a read only copy of the repo? Is you ssl cert added 
> to the github repo? Have you tried using the git daemon instead of https?  
>
 
>

AFAIK his SSH keypair won't do him much good when cloning over https. But 
trying to clone over SSH sounds like a good idea:

See https://help.github.com/articles/generating-ssh-keys - and then try 
cloning like this:

git clone g...@github.com:puppetlabs/puppetdb.git

-- 
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/groups/opt_out.


Re: [git-users] git - ssl problem

2014-01-13 Thread Chris Stone
Are you able to clone a read only copy of the repo? Is you ssl cert added to 
the github repo? Have you tried using the git daemon instead of https? 

Sent from my iPhone

> On Jan 10, 2014, at 12:34, Kevin Ston  wrote:
> 
> Hello,
> 
> I've got a self-signed ssl-certificate, which I'm already successfully using 
> in Firefox, wget and curl. I'm also connected to a proxy. I have a problem 
> with git: Everytime I try to do this:
> "git clone https://github.com/puppetlabs/puppet-win32-ruby.git"; 
> I get the error message:
> Fatal: unable to access https://github.com/puppetlabs/puppet-win32-ruby.git: 
> GnuTLS recv error(-): A TLS packet with unexpected length was received. 
> The hints in 
> http://askubuntu.com/questions/186847/error-gnutls-handshake-falied don't 
> solve the problem.
> 
> I've no idea, what the problem is. Can anybody help, please?
> -- 
> 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/groups/opt_out.

-- 
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/groups/opt_out.


[git-users] git - ssl problem

2014-01-10 Thread Kevin Ston
Hello,

I've got a self-signed ssl-certificate, which I'm already successfully 
using in Firefox, wget and curl. I'm also connected to a proxy. I have a 
problem with git: Everytime I try to do this:
"git clone https://github.com/puppetlabs/puppet-win32-ruby.git"; 
I get the error message:
Fatal: unable to access 
https://github.com/puppetlabs/puppet-win32-ruby.git:GnuTLS
 recv error(-): A TLS packet with unexpected length was received. 
The hints in 
http://askubuntu.com/questions/186847/error-gnutls-handshake-falied don't 
solve the problem.

I've no idea, what the problem is. Can anybody help, please?

-- 
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/groups/opt_out.