This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| stdin: is not a tty | |
| bash: git-receive-pack: command not found | |
| Pushing to ssh://git@server70.hosthat.com/vshare.git | |
| fatal: The remote end hung up unexpectedly | |
| ---------------------------------------------- | |
| On server git-receive-pack exists | |
| ---------------------------------------------- | |
| Using username "root". | |
| Authenticating with public key "rsa-key-20081107" | |
| Last login: Sun May 10 02:13:55 2009 from 59.99.144.146 | |
| 10:25:03 up 306 days, 16 min, 1 user, load average: 0.37, 0.19, 0.11 | |
| root@server70 [~]# su - git | |
| git@server70 [~]# which git-receive-pack | |
| /home/git/bin/git-receive-pack | |
| git@server70 [~]# ls -l vshare.git | |
| total 40 | |
| drwxr-xr-x 7 git git 4096 May 10 02:14 ./ | |
| drwx------ 12 git git 4096 May 10 02:14 ../ | |
| drwxr-xr-x 2 git git 4096 May 10 02:14 branches/ | |
| -rw-r--r-- 1 git git 66 May 10 02:14 config | |
| -rw-r--r-- 1 git git 58 May 10 02:14 description | |
| -rw-r--r-- 1 git git 23 May 10 02:14 HEAD | |
| drwxr-xr-x 2 git git 4096 May 10 02:14 hooks/ | |
| drwxr-xr-x 2 git git 4096 May 10 02:14 info/ | |
| drwxr-xr-x 4 git git 4096 May 10 02:14 objects/ | |
| drwxr-xr-x 4 git git 4096 May 10 02:14 refs/ | |
| git@server70 [~]# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment