Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. $ ../skein/skein import /mnt/iso2/SRPMS/guile-1.8.7-4.el6.src.rpm
  2. Logging transactions in /tmp/projects/skein.log
  3.  
  4. Importing /mnt/iso2/SRPMS/guile-1.8.7-4.el6.src.rpm
  5. Traceback (most recent call last):
  6. File "../skein/skein", line 55, in <module>
  7. raise SystemExit(main())
  8. File "/home/imak/Desktop/Documents/Personal/Projects/GoOSeLinux/sources/skein/skein.py", line 51, in main
  9. args.func(args)
  10. File "/home/imak/Desktop/Documents/Personal/Projects/GoOSeLinux/sources/skein/src/pyskein.py", line 330, in do_import
  11. self._commit_and_push()
  12. File "/home/imak/Desktop/Documents/Personal/Projects/GoOSeLinux/sources/skein/src/pyskein.py", line 249, in _commit_and_push
  13. self.repo.remotes['origin'].push('refs/heads/master:refs/heads/master')
  14. File "/usr/lib/python2.7/site-packages/git/remote.py", line 754, in push
  15. return self._get_push_info(proc, progress or RemoteProgress())
  16. File "/usr/lib/python2.7/site-packages/git/remote.py", line 673, in _get_push_info
  17. self._finalize_proc(proc)
  18. File "/usr/lib/python2.7/site-packages/git/remote.py", line 618, in _finalize_proc
  19. proc.wait()
  20. File "/usr/lib/python2.7/site-packages/git/cmd.py", line 95, in wait
  21. raise GitCommandError(self.args, status, self.proc.stderr.read())
  22. git.errors.GitCommandError: 'git push --porcelain origin refs/heads/master:refs/heads/master' returned exit status 128:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement