[git-users] Is there a forum for GitHub Enterprise?

2015-10-02 Thread Jirong Hu
Or I can post questions here? Thanks Jirong -- 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,

[git-users] Is git rebase same as ClearCase rebase?

2015-09-24 Thread Jirong Hu
Hi All I am new to git but familiar with ClearCase. I think the git merge is same as the ClearCase merge/deliver, but is the git rebase same as ClearCase rebase? Any different? Thanks Jirong -- You received this message because you are subscribed to the Google Groups "Git for human beings"

[git-users] Does companies hire git administrators?

2015-09-24 Thread Jirong Hu
I am new to git, and was a clearcase administrator. Just wondering for companies using git, do they usually have a git administrator or the development team is doing all themselves? Thanks Jirong -- You received this message because you are subscribed to the Google Groups "Git for human

Re: [git-users] user jhu06: authentication failure for /opt/git/web-app.git/info/refs: Password Mismatch

2014-12-11 Thread Jirong Hu
everywhere in all products I am using LDAP to authenticate. That's why when this happens, my domain id will be locked. I just run another test. When I start the httpd, this message appears in the error.log. I have to shut it down immediately. I am wondering which product/process I am using

[git-users] Re: user jhu06: authentication failure for /opt/git/web-app.git/info/refs: Password Mismatch

2014-12-11 Thread Jirong Hu
Now I've located it's from the TeamCity. There is no more error once I stop the TeamCity service. I just can't understand from where the TeamCity will instantly and constantly send request to GIT. I am not running or scheduled any build. Thanks for your help. -- You received this message

[git-users] GIT server is not working

2014-12-04 Thread Jirong Hu
I installed the GIT server on Linux a while back and it was all working fine. Now when somebody wants to use it, it's no longer working. Here are some information: From web browser, http://cmtoldshrdjk01/web-app.git returns error Chrome could not connect to cmtoldshrdjk01. From another Linux

[git-users] Re: GIT server is not working

2014-12-04 Thread Jirong Hu
I just figured out I have this in conf.d and the IP address has been changed. Can I use the hostname here? VirtualHost 10.193.19.245:80 DocumentRoot /opt/git ServerName cmtoldshrdjk01 On Thursday, 4 December 2014 16:04:32 UTC-5, Jirong Hu wrote: I installed the GIT server on Linux

[git-users] GSSAPI_auth_error message flooded in /var/log/messages

2014-05-05 Thread Jirong Hu
SA found tons of message like this. Any idea what's wrong here? Thanks Jirong May 5 13:33:59 cmtoldshrdjk01 ssh-server-g3: 729 GSSAPI_auth_error, Username: jhu06, Could not send AUTHS_GSSAPI_AUTHPROC_CONN_DATA message to the AuthProc., Session-Id: 50430 May 5 13:33:59 cmtoldshrdjk01

[git-users] fatal: Not a valid object name master^{tree}

2014-03-18 Thread Jirong Hu
$ git cat-file -p master^{tree} fatal: Not a valid object name master^{tree} I am reading the GIT Pro and GIT Internal. The command above doesn't work. Can you help to fix it? Thanks Jirong -- You received this message because you are subscribed to the Google Groups Git for human beings

Re: [git-users] How to setup http protocol for GIT

2014-02-28 Thread Jirong Hu
(delta 0) To jhu06@cmtoldshrdjk01:/opt/git/web-app.git 8bbe187..142f45d master - master On Fri, Feb 28, 2014 at 8:21 AM, Konstantin Khomoutov flatw...@users.sourceforge.net wrote: On Thu, 27 Feb 2014 13:41:21 -0800 (PST) Jirong Hu jirong...@gmail.com wrote: I setup smart http following

Re: [git-users] How to setup http protocol for GIT

2014-02-27 Thread Jirong Hu
February 2014 08:16:11 UTC-5, Konstantin Khomoutov wrote: On Mon, 24 Feb 2014 12:52:05 -0800 (PST) Jirong Hu jiro...@gmail.com javascript: wrote: http://git-scm.com/book/en/Git-on-the-Server-Public-Access I was following the above link to setup http access for GIT. But after

[git-users] Any commercial products for GIT?

2014-02-25 Thread Jirong Hu
For large companies like banks, we need commercial support. We need a company like Atlassian for JIRA, JetBrains for TeamCity and JFog for Artifactory. A GIT product takes care of integration to popular tools such as eclipse, MSVS, as well as JIRA, TeamCity, etc. Is there anything similar for

Re: [git-users] Any commercial products for GIT?

2014-02-25 Thread Jirong Hu
You know management wants something has an official support. Stash is a good idea, since we are going to buy so many other tools from Atlassian. On Tuesday, 25 February 2014 11:54:51 UTC-5, Konstantin Khomoutov wrote: On Tue, 25 Feb 2014 08:01:47 -0800 (PST) Jirong Hu jiro...@gmail.com

Re: [git-users] Any commercial products for GIT?

2014-02-25 Thread Jirong Hu
I took a quick look at Stash. Do we really need this? This looks like a GIT add-on, as it said, GIT repo management tool. It's not GIT, right? On Tuesday, 25 February 2014 11:54:51 UTC-5, Konstantin Khomoutov wrote: On Tue, 25 Feb 2014 08:01:47 -0800 (PST) Jirong Hu jiro...@gmail.com

Re: [git-users] How to setup http protocol for GIT

2014-02-25 Thread Jirong Hu
...@users.sourceforge.net wrote: On Mon, 24 Feb 2014 12:52:05 -0800 (PST) Jirong Hu jirong...@gmail.com wrote: http://git-scm.com/book/en/Git-on-the-Server-Public-Access I was following the above link to setup http access for GIT. But after this issue:https://groups.google.com/forum

[git-users] local update not pushed to the server

2014-02-24 Thread Jirong Hu
Hi I transferred a local project on Windows to git, create a remote repository on GIT linux server, and pushed the local project to the remote repository. Then I made a change in the local file and commit it. At this stage: 1. git status shows it's up-to-date with the remote repository. 2.

[git-users] Re: local update not pushed to the server

2014-02-24 Thread Jirong Hu
I found the problem is clone by http doesn't work, but clone by ssh worked. Why? C:\Tempgit clone http://jh...@cmtoldshrdjk01.dev.bmocm.com/simple.git/ Cloning into 'simple'... Checking connectivity... done. C:\Tempgit clone jhu06@cmtoldshrdjk01:/opt/git/simple.git Cloning into 'simple'... PAM

[git-users] How to setup http protocol for GIT

2014-02-24 Thread Jirong Hu
http://git-scm.com/book/en/Git-on-the-Server-Public-Access I was following the above link to setup http access for GIT. But after this issue:https://groups.google.com/forum/#!topic/git-users/nL0qZXiBHqw, I think my http settings are not right. This is what I do: 1. Change the DocumentRoot=

[git-users] How many repositories is required?

2014-02-24 Thread Jirong Hu
Hi All I want to understand the best practice of organizing the GIT repositories. Let's say: 1. We are a large bank with many line of businesses and tons of application. 2. Each LOB has a large number of applications. How many repositories shall I use? How do we organize the applications

[git-users] What's the process GIT runs on Linux?

2014-01-27 Thread Jirong Hu
I am trying to find the process GIT runs on Linux, as well as on Windows. Or there is no such thing? Thanks Jirong -- 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

Re: [git-users] What's the process GIT runs on Linux?

2014-01-27 Thread Jirong Hu
HTTP/S: https://www.kernel.org/pub/software/scm/git/docs/howto/setup-git-server-over-http.txt On Mon, Jan 27, 2014 at 8:54 AM, Jirong Hu jirong...@gmail.com wrote: I am trying to find the process GIT runs on Linux, as well as on Windows. Or there is no such thing? Thanks Jirong -- You