[git-users] Which is the best protocol to use in git for fast transfer

2012-11-06 Thread kumar
Hi can you please suggest which best protocol to use for fast transfer. My project big and has about 20 to 30 GB of files. Thanks --

Re: [git-users] Which is the best protocol to use in git for fast transfer

2012-11-06 Thread Konstantin Khomoutov
On Tue, 6 Nov 2012 01:38:49 -0800 (PST) kumar wrote: > can you please suggest which best protocol to use for fast transfer. > My project big and has about 20 to 30 GB of files. I think that for fetching (and hence cloning) the plain "git" protocol should be the best. Accessing a repo over SSH

[git-users] How to setup git over smart http in Ubuntu

2012-11-06 Thread kumar
Hi can someone tell me how to setup smart http for git in Ubuntu? --

[git-users] Re: How to setup git over smart http in Ubuntu

2012-11-06 Thread Thomas Ferris Nicolaisen
On Tuesday, November 6, 2012 3:05:10 PM UTC+1, kumar wrote: > Hi > > can someone tell me how to setup smart http for git in Ubuntu? > Here's a start: http://git-scm.com/2010/03/04/smart-http.html --

Re: [git-users] How to setup git over smart http in Ubuntu

2012-11-06 Thread Konstantin Khomoutov
On Tue, 6 Nov 2012 06:05:10 -0800 (PST) kumar wrote: > can someone tell me how to setup smart http for git in Ubuntu? [1] contains extensive section titled "EXAMPLES" which demonstrates how to set up smart HTTP transport served by the Apache web server. 1. http://www.kernel.org/pub/software/scm/

[git-users] git clone fails with fatal: could not create work tree dir

2012-11-06 Thread krish-github
Hi Experts, New to Git. Jus got it installed. Trying to install a repository via URL in a specific folder (windows). It throws the following error: "fatal: could not create work tree dirno such file or directory". The local directory exists and it is being used as %appdata%\folder-1\folder-2

Re: [git-users] git clone fails with fatal: could not create work tree dir

2012-11-06 Thread Konstantin Khomoutov
On Tue, 6 Nov 2012 08:02:46 -0800 (PST) krish-github wrote: > New to Git. Jus got it installed. Trying to install a repository via > URL in a specific folder (windows). It throws the following error: > "fatal: could not create work tree dirno such file or directory". > The local directory exi

[git-users] Could not read from remote repository

2012-11-06 Thread brian_P
I am new to git, and can't get past the error "fatal: Could not read from remote repository"... Server: Mac OS X 10.6.8 Remote Access (SSH) is enabled. My public key has been added to authorized_keys for the git user. I can ssh into the server as user "git". No password prompt. Repo on server is

[git-users] How to get the counts of the commit for each branch per week?

2012-11-06 Thread seonguk.baek
Hello. Is there any way how to get the counts of the commit for each branch per week? --

Re: [git-users] How to setup git over smart http in Ubuntu

2012-11-06 Thread kumar
Thanks i will look into it. I am basically from windows IIS background. so would have prefered step by step instruction. Will give the links a try. On Tuesday, November 6, 2012 8:12:28 PM UTC+5:30, Konstantin Khomoutov wrote: > > On Tue, 6 Nov 2012 06:05:10 -0800 (PST) > kumar > wrote: > > > c