Skip to content

Instantly share code, notes, and snippets.

@yarikoptic
Created December 14, 2015 16:33
Show Gist options
  • Save yarikoptic/b61ef646e0522ed49947 to your computer and use it in GitHub Desktop.
Save yarikoptic/b61ef646e0522ed49947 to your computer and use it in GitHub Desktop.
$> GIT_TRACE=1 'git' 'annex' --debug 'copy' '-c' 'annex.ssh-options="-S /var/run/user/47521/datalad/datalad.org"' 'Banner for bogus1-2' '--to=published15'
11:33:00.660049 git.c:560 trace: exec: 'git-annex' '--debug' 'copy' '-c' 'annex.ssh-options="-S /var/run/user/47521/datalad/datalad.org"' 'Banner for bogus1-2' '--to=published15'
11:33:00.660095 run-command.c:338 trace: run_command: 'git-annex' '--debug' 'copy' '-c' 'annex.ssh-options="-S /var/run/user/47521/datalad/datalad.org"' 'Banner for bogus1-2' '--to=published15'
11:33:00.697220 git.c:348 trace: built-in: git 'config' '--null' '--list'
11:33:00.716531 git.c:348 trace: built-in: git 'show-ref' 'git-annex'
11:33:00.719462 git.c:348 trace: built-in: git 'show-ref' '--hash' 'refs/heads/git-annex'
11:33:00.722880 git.c:348 trace: built-in: git 'log' 'refs/heads/git-annex..47313ce619b66d2b267e48e3d6d12f58e045ac29' '-n1' '--pretty=%H'
11:33:00.728138 git.c:348 trace: built-in: git 'cat-file' '--batch'
ssh: Could not resolve hostname "-s: Name or service not known
11:33:00.742128 git.c:348 trace: built-in: git 'fetch' '--quiet' 'published15'
11:33:00.743492 run-command.c:338 trace: run_command: 'ssh' 'datalad.org' 'git-upload-pack '\''/srv/collections.datalad.org/www/bogus-2-nobaseurl/bogus1-2'\'''
bind: Address already in use
channel_setup_fwd_listener_tcpip: cannot listen to port: 3389
Could not request local forwarding.
11:33:01.045403 run-command.c:338 trace: run_command: 'rev-list' '--objects' '--stdin' '--not' '--all' '--quiet'
11:33:01.050693 run-command.c:338 trace: run_command: 'rev-list' '--objects' '--stdin' '--not' '--all'
11:33:01.051122 exec_cmd.c:128 trace: exec: 'git' 'rev-list' '--objects' '--stdin' '--not' '--all'
11:33:01.053786 git.c:348 trace: built-in: git 'rev-list' '--objects' '--stdin' '--not' '--all'
11:33:01.057813 run-command.c:338 trace: run_command: 'gc' '--auto' '--quiet'
11:33:01.058180 exec_cmd.c:128 trace: exec: 'git' 'gc' '--auto' '--quiet'
11:33:01.060603 git.c:348 trace: built-in: git 'gc' '--auto' '--quiet'
Remote published15 does not have git-annex installed; setting annex-ignore
This could be a problem with the git-annex installation on the remote. Please make sure that git-annex-shell is available in PATH when you ssh into the remote. Once you have fixed the git-annex installation, run: git config remote.published15.annex-ignore false
11:33:01.067764 git.c:348 trace: built-in: git 'config' 'remote.published15.annex-ignore' 'true'
git-annex: cannot determine uuid for published15 (perhaps you need to run "git annex sync"?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment