diff options
author | marvin <marvin@web> | 2013-04-16 21:25:58 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-04-16 21:25:58 +0000 |
commit | 27fd56a2b6dd4963031fcc493c3caa0cfc2854fd (patch) | |
tree | 444ac12e2d6e1178a7c065f321b44a808c26a9bf /doc/bugs | |
parent | e75d1b30410fbb5ca2408fb9aab49983a4944efe (diff) |
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Adding_second_remote_repository_over_ssh_fails.mdwn | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/bugs/Adding_second_remote_repository_over_ssh_fails.mdwn b/doc/bugs/Adding_second_remote_repository_over_ssh_fails.mdwn new file mode 100644 index 000000000..6eff3fc38 --- /dev/null +++ b/doc/bugs/Adding_second_remote_repository_over_ssh_fails.mdwn @@ -0,0 +1,28 @@ +What steps will reproduce the problem? + +Create a local and "remote server" repository + +Create another local repositorty and keep it seperate from the first one. Fails while creating second repository on the remote. + +What is the expected output? What do you see instead? + +Expected to get two seperate repositories on the client and server. Only first one works. + +Got an error: + + Failed to make repository + + Something went wrong setting up the repository on the remote server. + + Transcript: fatal: unrecognized command 'sh -c 'mkdir -p '"'"'second'"'"'&&cd '"'"'second'"'"'&&git init --bare --shared&&git annex init&&mkdir -p ~/.ssh&&if [ ! -e ~/.ssh/git-annex-shell ]; then (echo '"'"'#!/bin/sh'"'"';echo '"'"'set -e'"'"';echo '"'"'if [ "x$SSH_ORIGINAL_COMMAND" != "x" ]; then'"'"';echo '"'"'exec git-annex-shell -c "$SSH_ORIGINAL_COMMAND"'"'"';echo '"'"'else'"'"';echo '"'"'exec git-annex-shell -c "$@"'"'"';echo '"'"'fi'"'"') > ~/.ssh/git-annex-shell; fi&&chmod 700 ~/.ssh/git-annex-shell&&touch ~/.ssh/authorized_keys&&chmod 600 ~/.ssh/authorized_keys&&echo '"'"'command="GIT_ANNEX_SHELL_DIRECTORY='"'"'"'"'"'"'"'"'second'"'"'"'"'"'"'"'"' ~/.ssh/git-annex-shell",no-agent-forwarding,no-port-forwarding,no-X11-forwarding ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvoTn+XBdlw/mQlu+NScAeuddUJqJaVXH6KUsO09OddnUvzv4W185ezbAjXfWDgN7ou0Q0xQzwiCzdoSl7T3USJQ1ywTG5Xt2sBV3RIqxyReNA7Nz0yhwWhZBJcFzof34ezNIsi9NVgEJcK2JEs2XqhO5wK5nxEDeays7ti2bqY6V21iOWSy9hlzjD4VTWTEFxQkDp4BCzDpPN934ztOtInwI8ayiTRJZlNQ+ej/AaA+/zOBWNvIFc/96iuMLKY6lLFThw1jNj5r5N7yPaysLdnwTJ3irtCzDygCpD4mau4frrOPvG90ZdcdrQSfIjRtM9nPZ5jIpohfvz0dIfgNFz marvin@marvin-U-100 '"'"' >>~/.ssh/authorized_keys'' git-annex-shell: git-shell failed + + +What version of git-annex are you using? On what operating system? + +4.20130413-g5747bf4 ubuntu 12.10 local + +3.20120629 debian wheezy remote (also tried 4.20130413-g5747bf4) + +Please provide any additional information below. + +Also noticed if a user has no full name set in unix account, creating remote repository always fails |