Skip to content

Instantly share code, notes, and snippets.

@fapestniegd
Created October 12, 2011 16:23
Show Gist options
  • Select an option

  • Save fapestniegd/1281714 to your computer and use it in GitHub Desktop.

Select an option

Save fapestniegd/1281714 to your computer and use it in GitHub Desktop.
whitejs@eir:~/dev/git/gitosis-admin$ git commit -a -m "traceback test"
# On branch master
# Your branch is ahead of 'origin/master' by 5 commits.
#
nothing to commit (working directory clean)
whitejs@eir:~/dev/git/gitosis-admin$ git push
Counting objects: 16, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (13/13), done.
Writing objects: 100% (13/13), 1.64 KiB, done.
Total 13 (delta 5), reused 0 (delta 0)
remote: Could not create directory '/nonexistent/.ssh'.
remote: Host key verification failed.
remote: fatal: The remote end hung up unexpectedly
remote: Traceback (most recent call last):
remote: File "/usr/bin/gitosis-run-hook", line 9, in <module>
remote: load_entry_point('gitosis==0.2', 'console_scripts', 'gitosis-run-hook')()
remote: File "/usr/lib/pymodules/python2.6/gitosis/app.py", line 24, in run
remote: return app.main()
remote: File "/usr/lib/pymodules/python2.6/gitosis/app.py", line 38, in main
remote: self.handle_args(parser, cfg, options, args)
remote: File "/usr/lib/pymodules/python2.6/gitosis/run_hook.py", line 85, in handle_args
remote: update_mirrors(cfg, git_dir)
remote: File "/usr/lib/pymodules/python2.6/gitosis/run_hook.py", line 54, in update_mirrors
remote: mirror.push_mirrors(cfg, git_dir)
remote: File "/usr/lib/pymodules/python2.6/gitosis/mirror.py", line 32, in push_mirrors
remote: repository.mirror(git_dir, remote)
remote: File "/usr/lib/pymodules/python2.6/gitosis/repository.py", line 237, in mirror
remote: raise GitPushMirrorException('exit status %d' % returncode)
remote: gitosis.repository.GitPushMirrorException: push --mirror failed: exit status 128
remote: Traceback (most recent call last):
remote: File "/usr/bin/gitosis-run-hook", line 9, in <module>
remote: load_entry_point('gitosis==0.2', 'console_scripts', 'gitosis-run-hook')()
remote: File "/usr/lib/pymodules/python2.6/gitosis/app.py", line 24, in run
remote: return app.main()
remote: File "/usr/lib/pymodules/python2.6/gitosis/app.py", line 38, in main
remote: self.handle_args(parser, cfg, options, args)
remote: File "/usr/lib/pymodules/python2.6/gitosis/run_hook.py", line 81, in handle_args
remote: post_update(cfg, git_dir)
remote: File "/usr/lib/pymodules/python2.6/gitosis/run_hook.py", line 45, in post_update
remote: config=cfg,
remote: File "/usr/lib/pymodules/python2.6/gitosis/gitdaemon.py", line 95, in set_export_ok
remote: for (dirpath, repo, name) in walk_repos(config):
remote: File "/usr/lib/pymodules/python2.6/gitosis/gitdaemon.py", line 72, in walk_repos
remote: assert ext == '.git'
remote: AssertionError
To [email protected]:gitosis-admin.git
2d872e5..c4b7d58 master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment