Re: [git-users] Could not read from remote repository

2012-11-07 Thread Konstantin Khomoutov
On Tue, Nov 06, 2012 at 06:04:34PM -0800, brian_P wrote: 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

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

2012-11-07 Thread Konstantin Khomoutov
On Tue, 6 Nov 2012 21:30:13 -0800 (PST) kumar t12...@gmail.com wrote: 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. I would advise you to first google any HOWTO on how to set up a virtual host

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

2012-11-07 Thread Konstantin Khomoutov
On Tue, 6 Nov 2012 20:40:38 -0800 (PST) seonguk.baek baekseon...@gmail.com wrote: Is there any way how to get the counts of the commit for each branch per week? I don't think there's a built-in way to do that (since this is for managers and Git is for developers) but I think you could script

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

2012-11-07 Thread Thomas Ferris Nicolaisen
On Wednesday, November 7, 2012 6:30:13 AM UTC+1, kumar wrote: 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. You can also try out Gitblit, which is a Java-based Git repository manager. It's

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

2012-11-07 Thread Thomas Ferris Nicolaisen
On Wednesday, November 7, 2012 5:40:39 AM UTC+1, seonguk.baek wrote: Hello. Is there any way how to get the counts of the commit for each branch per week? You could run gitstats once per branch: http://gitstats.sourceforge.net/ From their

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

2012-11-07 Thread Konstantin Khomoutov
On Wed, 7 Nov 2012 02:55:20 -0800 (PST) Thomas Ferris Nicolaisen tfn...@gmail.com wrote: 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. You can also try out Gitblit, which is a Java-based

Re: [git-users] git with team development

2012-11-07 Thread Konstantin Khomoutov
On Wed, 7 Nov 2012 02:43:53 -0800 (PST) John Smith csos...@gmail.com wrote: I'm new to git. I have to setup a master repo we are working on. I did the following. Created a new repo (non-bare) on my local machine (c:\work), unzipped the project, added the files, committed. I created a bare

Re: [git-users] Could not read from remote repository

2012-11-07 Thread Paquin, Brian
Konstantin, Thank you! That was exactly the problem, and the links you provided were very helpful as well!! Thanks again, Brian :) _ Brian T. Paquin, ACSA, ACMT, ACTC Yale University Department of Pathology brian.paq...@yale.edu (203) 785-3691 On