Guest User

Untitled

a guest
Oct 18th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. $ git push origin master
  2. Counting objects: 11, done.
  3. Delta compression using up to 2 threads.
  4. Compressing objects: 100% (6/6), done.
  5. Writing objects: 100% (6/6), 667 bytes, done.
  6. Total 6 (delta 2), reused 0 (delta 0)
  7. remote: Starting deploy...
  8. remote: tar: .htaccess: Cannot open: Permission denied
  9. remote: tar: application: Cannot mkdir: Permission denied
  10. remote: tar: application/controllers: Cannot mkdir: No such file or directory
  11. remote: tar: application/controllers/main.php: Cannot open: No such file or dire
  12. ctory
  13. remote: tar: application/models: Cannot mkdir: No such file or directory
  14. remote: tar: application/models/database.php: Cannot open: No such file or direc
  15. tory
  16. remote: tar: application/models/main.php: Cannot open: No such file or directory
  17.  
  18. remote: tar: application/models/misc.php: Cannot open: No such file or directory
  19.  
  20. remote: tar: application/views: Cannot mkdir: No such file or directory
  21. remote: tar: application/views/main.php: Cannot open: No such file or directory
  22. remote: tar: application/views/objects: Cannot mkdir: No such file or directory
  23. remote: tar: application/views/objects/menu.php: Cannot open: No such file or di
  24. rectory
  25. remote: tar: application/views/objects/reply.php: Cannot open: No such file or d
  26. irectory
  27. remote: tar: application/views/objects/ticket.php: Cannot open: No such file or
  28. directory
  29. remote: tar: application/views/pages: Cannot mkdir: No such file or directory
  30. remote: tar: application/views/pages/adicionar_usuario.php: Cannot open: No such
  31. file or directory
  32. remote: tar: application/views/pages/login.php: Cannot open: No such file or dir
  33. ectory
  34. remote: tar: application/views/pages/mudar_senha.php: Cannot open: No such file
  35. or directory
  36. remote: tar: application/views/pages/novo_ticket.php: Cannot open: No such file
  37. or directory
  38. remote: tar: application/views/pages/pesquisar.php: Cannot open: No such file or
  39. directory
  40. remote: tar: application/views/pages/ticket.php: Cannot open: No such file or di
  41. rectory
  42. remote: tar: application/views/pages/tickets_abertos.php: Cannot open: No such f
  43. ile or directory
  44. remote: tar: application/views/pages/tickets_fechados.php: Cannot open: No such
  45. file or directory
  46. remote: tar: config: Cannot mkdir: Permission denied
  47. remote: tar: config/main.php: Cannot open: No such file or directory
  48. remote: tar: config/triggers.php: Cannot open: No such file or directory
  49. remote: tar: files: Cannot mkdir: Permission denied
  50. remote: tar: files/logs: Cannot mkdir: No such file or directory
  51. remote: tar: files/logs/.gitignore: Cannot open: No such file or directory
  52. remote: tar: index.php: Cannot open: Permission denied
  53. remote: tar: static: Cannot mkdir: Permission denied
  54. remote: tar: static/css: Cannot mkdir: No such file or directory
  55. remote: tar: static/css/js.css: Cannot open: No such file or directory
  56. remote: tar: static/css/main.css: Cannot open: No such file or directory
  57. remote: tar: static/css/reset.css: Cannot open: No such file or directory
  58. remote: tar: static/img: Cannot mkdir: No such file or directory
  59. remote: tar: static/img/logo.png: Cannot open: No such file or directory
  60. remote: tar: static/js: Cannot mkdir: No such file or directory
  61. remote: tar: static/js/jquery-validation.js: Cannot open: No such file or direct
  62. ory
  63. remote: tar: static/js/jquery.js: Cannot open: No such file or directory
  64. remote: tar: static/js/main.js: Cannot open: No such file or directory
  65. remote: tar: static/js/misc.js: Cannot open: No such file or directory
  66. remote: tar: static/js/upload.js: Cannot open: No such file or directory
  67. remote: tar: static/js/validation.js: Cannot open: No such file or directory
  68. remote: tar: system: Cannot mkdir: Permission denied
  69. remote: tar: system/valhalla-abstraction.php: Cannot open: No such file or direc
  70. tory
  71. remote: tar: system/valhalla-core.php: Cannot open: No such file or directory
  72. remote: tar: system/valhalla-debug.php: Cannot open: No such file or directory
  73. remote: tar: system/valhalla-functions.php: Cannot open: No such file or directo
  74. ry
  75. remote: tar: system/valhalla-tests.php: Cannot open: No such file or directory
  76. remote: tar: Exiting with failure status due to previous errors
  77. remote: Done.
  78. To git@git.aptans.com:ticket.git
  79. 57fbe92..8b0100c master -> master
Add Comment
Please, Sign In to add comment