Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. + go version
  2. 0s
  3. 2
  4. go version go1.9 linux/amd64
  5. 0s
  6. 3
  7. + ls -la
  8. 0s
  9. 4
  10. total 52
  11. 0s
  12. 5
  13. drwxr-xr-x 5 root root 4096 Oct 22 10:22 .
  14. 0s
  15. 6
  16. drwxr-xr-x 3 root root 4096 Oct 22 10:22 ..
  17. 0s
  18. 7
  19. -rw-r--r-- 1 root root 810 Oct 22 10:22 .drone.sh
  20. 0s
  21. 8
  22. -rw-r--r-- 1 root root 1282 Oct 22 10:22 .drone.yml
  23. 0s
  24. 9
  25. -rw-r--r-- 1 root root 15 Oct 22 10:22 .env
  26. 0s
  27. 10
  28. drwxr-xr-x 8 root root 4096 Oct 22 10:22 .git
  29. 0s
  30. 11
  31. -rw-r--r-- 1 root root 19 Oct 22 10:22 .gitignore
  32. 0s
  33. 12
  34. -rw-r--r-- 1 root root 184 Oct 22 10:22 Dockerfile
  35. 0s
  36. 13
  37. -rw-r--r-- 1 root root 1222 Oct 22 10:22 README.md
  38. 0s
  39. 14
  40. drwxr-xr-x 3 root root 4096 Oct 22 10:22 cmd
  41. 0s
  42. 15
  43. -rw-r--r-- 1 root root 1242 Oct 22 10:22 glide.lock
  44. 0s
  45. 16
  46. -rw-r--r-- 1 root root 567 Oct 22 10:22 glide.yaml
  47. 0s
  48. 17
  49. drwxr-xr-x 3 root root 4096 Oct 22 10:22 pkg
  50. 0s
  51. 18
  52. + ls -la ~/
  53. 0s
  54. 19
  55. total 24
  56. 0s
  57. 20
  58. drwx------ 1 root root 4096 Oct 22 10:22 .
  59. 0s
  60. 21
  61. drwxr-xr-x 1 root root 4096 Oct 22 10:22 ..
  62. 0s
  63. 22
  64. -rw-r--r-- 1 root root 570 Jan 31 2010 .bashrc
  65. 0s
  66. 23
  67. -rw------- 1 root root 89 Oct 22 10:22 .netrc
  68. 0s
  69. 24
  70. -rw-r--r-- 1 root root 148 Aug 17 2015 .profile
  71. 0s
  72. 25
  73. -rw-r--r-- 1 root root 165 Aug 24 23:50 .wget-hsts
  74. 0s
  75. 26
  76. + whoami
  77. 0s
  78. 27
  79. root
  80. 0s
  81. 28
  82. + git clone https://github.com/uniontsai/httpmiddlewarego.git
  83. 0s
  84. 29
  85. Cloning into 'httpmiddlewarego'...
  86. 0s
  87. 30
  88. remote: Repository not found.
  89. 1s
  90. 31
  91. fatal: repository 'https://github.com/uniontsai/httpmiddlewarego.git/' not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement