pastebin - collaborative debugging tool
kpaste.net RSS


Untitled
Posted by Anonymous on Wed 11th Mar 2015 00:56
raw | new post

  1. $ git clone $(curl ix.io/gQc)
  2. ++ curl ix.io/gQc
  3.   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  4.                                  Dload  Upload   Total   Spent    Left  Speed
  5. 100    50  100    50    0     0     58      0 --:--:-- --:--:-- --:--:--   155
  6. + git clone https://github.com/phanan/htaccess.git '##' Comment
  7. Too many arguments.
  8.  
  9. usage: git clone [<options>] [--] <repo> [<dir>]
  10.  
  11.     -v, --verbose         be more verbose
  12.     -q, --quiet           be more quiet
  13.     --progress            force progress reporting
  14.     -n, --no-checkout     don't create a checkout
  15.     --bare                create a bare repository
  16.     --mirror              create a mirror repository (implies bare)
  17.     -l, --local           to clone from a local repository
  18.     --no-hardlinks        don't use local hardlinks, always copy
  19.     -s, --shared          setup as shared repository
  20.     --recursive           initialize submodules in the clone
  21.     --recurse-submodules  initialize submodules in the clone
  22.     --template <template-directory>
  23.                           directory from which templates will be used
  24.     --reference <repo>    reference repository
  25.     -o, --origin <name>   use <name> instead of 'origin' to track upstream
  26.     -b, --branch <branch>
  27.                           checkout <branch> instead of the remote's HEAD
  28.     -u, --upload-pack <path>
  29.                           path to git-upload-pack on the remote
  30.     --depth <depth>       create a shallow clone of that depth
  31.     --single-branch       clone only one branch, HEAD or --branch
  32.     --dissociate          use --reference only while cloning
  33.     --separate-git-dir <gitdir>
  34.                           separate git dir from working tree
  35.     -c, --config <key=value>
  36.                           set config inside the new repository
  37.  
  38. ++ __git_ps1
  39. ++ local exit=129
  40. ++ local pcmode=no
  41. ++ local detached=no
  42. ++ local 'ps1pc_start=\u@\h:\w '
  43. ++ local 'ps1pc_end=\$ '
  44. ++ local 'printf_format= (%s)'
  45. ++ case "$#" in
  46. ++ printf_format=' (%s)'
  47. ++ local ps1_expanded=yes
  48. ++ '[' -z '' ']'
  49. ++ '[' -z '4.2.25(1)-release' ']'
  50. ++ shopt -q promptvars
  51. ++ local repo_info rev_parse_exit_code
  52. +++ git rev-parse --git-dir --is-inside-git-dir --is-bare-repository --is-inside-work-tree --short HEAD
  53. ++ repo_info='/home/le/gitest/.git
  54. false
  55. false
  56. true
  57. 94d1729'
  58. ++ rev_parse_exit_code=0
  59. ++ '[' -z '/home/le/gitest/.git
  60. false
  61. false
  62. true
  63. 94d1729' ']'
  64. ++ local short_sha
  65. ++ '[' 0 = 0 ']'
  66. ++ short_sha=94d1729
  67. ++ repo_info='/home/le/gitest/.git
  68. false
  69. false
  70. true'
  71. ++ local inside_worktree=true
  72. ++ repo_info='/home/le/gitest/.git
  73. false
  74. false'
  75. ++ local bare_repo=false
  76. ++ repo_info='/home/le/gitest/.git
  77. false'
  78. ++ local inside_gitdir=false
  79. ++ local g=/home/le/gitest/.git
  80. ++ '[' true = true ']'
  81. ++ '[' -n '' ']'
  82. ++ local r=
  83. ++ local b=
  84. ++ local step=
  85. ++ local total=
  86. ++ '[' -d /home/le/gitest/.git/rebase-merge ']'
  87. ++ '[' -d /home/le/gitest/.git/rebase-apply ']'
  88. ++ '[' -f /home/le/gitest/.git/MERGE_HEAD ']'
  89. ++ '[' -f /home/le/gitest/.git/CHERRY_PICK_HEAD ']'
  90. ++ '[' -f /home/le/gitest/.git/REVERT_HEAD ']'
  91. ++ '[' -f /home/le/gitest/.git/BISECT_LOG ']'
  92. ++ '[' -n '' ']'
  93. ++ '[' -h /home/le/gitest/.git/HEAD ']'
  94. ++ local head=
  95. ++ __git_eread /home/le/gitest/.git/HEAD head
  96. ++ local f=/home/le/gitest/.git/HEAD
  97. ++ shift
  98. ++ test -r /home/le/gitest/.git/HEAD
  99. ++ read head
  100. ++ b=refs/heads/master
  101. ++ '[' 'ref: refs/heads/master' = refs/heads/master ']'
  102. ++ '[' -n '' ']'
  103. ++ local w=
  104. ++ local i=
  105. ++ local s=
  106. ++ local u=
  107. ++ local c=
  108. ++ local p=
  109. ++ '[' true = false ']'
  110. ++ '[' true = true ']'
  111. ++ '[' -n 1 ']'
  112. +++ git config --bool bash.showDirtyState
  113. ++ '[' '' '!=' false ']'
  114. ++ git diff --no-ext-diff --quiet --exit-code
  115. ++ w='*'
  116. ++ '[' -n 94d1729 ']'
  117. ++ git diff-index --cached --quiet HEAD --
  118. ++ i=+
  119. ++ '[' -n 1 ']'
  120. ++ git rev-parse --verify --quiet refs/stash
  121. ++ '[' -n 1 ']'
  122. +++ git config --bool bash.showUntrackedFiles
  123. ++ '[' '' '!=' false ']'
  124. ++ git ls-files --others --exclude-standard --error-unmatch -- '*'
  125. ++ '[' -n 'auto git' ']'
  126. ++ __git_ps1_show_upstream
  127. ++ local key value
  128. ++ local svn_remote svn_url_pattern count n
  129. ++ local upstream=git legacy= verbose= name=
  130. ++ svn_remote=()
  131. +++ git config -z --get-regexp '^(svn-remote\..*\.url|bash\.showupstream)$'
  132. +++ tr '\0\n' '\n '
  133. ++ local output=
  134. ++ read -r key value
  135. ++ case "$key" in
  136. ++ read -r key value
  137. ++ for option in '${GIT_PS1_SHOWUPSTREAM}'
  138. ++ case "$option" in
  139. ++ for option in '${GIT_PS1_SHOWUPSTREAM}'
  140. ++ case "$option" in
  141. ++ upstream=git
  142. ++ case "$upstream" in
  143. ++ upstream='@{upstream}'
  144. ++ [[ -z '' ]]
  145. +++ git rev-list --count --left-right '@{upstream}...HEAD'
  146. ++ count='0     4'
  147. ++ [[ -z '' ]]
  148. ++ case "$count" in
  149. ++ p='>'
  150. ++ local 'z= '
  151. ++ '[' no = yes ']'
  152. ++ b=master
  153. ++ '[' no = yes ']'
  154. ++ local 'f=*+'
  155. ++ local 'gitstring=master *+>'
  156. ++ '[' no = yes ']'
  157. ++ printf -- ' (%s)' 'master *+>'
  158. ++ return 129

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at