[fpc-devel] Need advice for refactoring
Graeme Geldenhuys
graemeg.lists at gmail.com
Sun Jul 18 00:22:18 CEST 2010
On 17/07/2010, Florian Klämpfl wrote:
> Hardy Heron:
> $ git --version
> git version 1.5.4.3
> $ git clone http://github.com/graemeg/freepascal.git
> Initialized empty Git repository in /home/kla/freepascal/.git/
> Getting alternates list for http://github.com/graemeg/freepascal.git
> Getting pack list for http://github.com/graemeg/freepascal.git
That is weird, even via the http protocol I can clone the repository
without problems. I canceled the clone after 9% - I have limited data
allowance per month on my home internet connection. Have you tried
cloning via the git:// protocol? The git:// protocol is more efficient
and faster than http:// protocol.
-------------------------------------
$ git clone http://github.com/graemeg/freepascal.git fpc_html_github
Initialized empty Git repository in /opt/git/fpc_html_github/.git/
remote: Counting objects: 139220, done.
remote: Compressing objects: 100% (31684/31684), done.
Receiving objects: 9% (12602/139220), 3.57 MiB | 180 KiB/s
^C
-------------------------------------
--
Regards,
- Graeme -
_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/
More information about the fpc-devel
mailing list