at bottom :-

On 8/27/14, shirish शिरीष <shirisha...@gmail.com> wrote:
> Hi all,
> If I drop the ssh:// protocol then the clone works
>
> $ git clone g...@gitorious.org:minidebconfindia/shirishag75s-2014-mirror.git
> Cloning into 'shirishag75s-2014-mirror'...
> remote: Counting objects: 55, done.
> remote: Compressing objects: 100% (34/34), done.
> remote: Total 55 (delta 5), reused 0 (delta 0)
> Receiving objects: 100% (55/55), 101.51 KiB | 158.00 KiB/s, done.
> Resolving deltas: 100% (5/5), done.
> Checking connectivity... done.
>
> but not sure that ssh was used here.

Actually that seems to be correct as is this :-

$ git clone 
ssh://g...@gitorious.org/minidebconfindia/shirishag75s-2014-mirror.git
Cloning into 'shirishag75s-2014-mirror'...
remote: Counting objects: 55, done.
remote: Compressing objects: 100% (34/34), done.
Receiving objects: 100% (55/55), 101.51 KiB | 88.00 KiB/s, done.
remote: Total 55 (delta 5), reused 0 (delta 0)
Resolving deltas: 100% (5/5), done.
Checking connectivity... done.

According to https://stackoverflow.com/a/16134428/3597669 both the one
I shared and the one before are good for ssh clones.

-- 
          Regards,
          Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
EB80 462B 08E1 A0DE A73A  2C2F 9F3D C7A4 E1C4 D2D8

-- 
-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

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

Reply via email to