Advertisement
Illuvitar

BitBucket permissions issue upon clone

Aug 2nd, 2020
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.26 KB | None | 0 0
  1. Cloning into 'bitserver-dev'...
  2. OpenSSH_8.3p1, OpenSSL 1.1.1g 21 Apr 2020
  3. debug1: Reading configuration data /home/ravi/.ssh/config
  4. debug1: /home/ravi/.ssh/config line 28: Applying options for bitbucket.???
  5. debug1: /home/ravi/.ssh/config line 78: Applying options for *
  6. debug1: Reading configuration data /etc/ssh/ssh_config
  7. debug1: /etc/ssh/ssh_config line 23: Applying options for *
  8. debug1: /etc/ssh/ssh_config line 25: Deprecated option "useroaming"
  9. debug1: Control socket "/home/ravi/.ssh/sockets/git@bitbucket.org:22" does not exist
  10. debug2: resolving "bitbucket.org" port 22
  11. debug2: ssh_connect_direct
  12. debug1: Connecting to bitbucket.org [18.205.93.0] port 22.
  13. debug1: Connection established.
  14. debug1: identity file /home/ravi/.ssh/id_boxy_rsa type 0
  15. debug1: identity file /home/ravi/.ssh/id_boxy_rsa-cert type -1
  16. debug1: Local version string SSH-2.0-OpenSSH_8.3
  17. debug1: Remote protocol version 2.0, remote software version conker_51a1cf6f2c app-132
  18. debug1: no match: conker_51a1cf6f2c app-132
  19. debug2: fd 3 setting O_NONBLOCK
  20. debug1: Authenticating to bitbucket.org:22 as 'git'
  21. debug1: SSH2_MSG_KEXINIT sent
  22. debug1: SSH2_MSG_KEXINIT received
  23. debug2: local client KEXINIT proposal
  24. debug2: KEX algorithms: curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256,ext-info-c
  25. debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,ssh-rsa
  26. debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
  27. debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
  28. debug2: MACs ctos: hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,umac-128@openssh.com
  29. debug2: MACs stoc: hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,umac-128@openssh.com
  30. debug2: compression ctos: zlib@openssh.com,zlib,none
  31. debug2: compression stoc: zlib@openssh.com,zlib,none
  32. debug2: languages ctos:
  33. debug2: languages stoc:
  34. debug2: first_kex_follows 0
  35. debug2: reserved 0
  36. debug2: peer server KEXINIT proposal
  37. debug2: KEX algorithms: curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
  38. debug2: host key algorithms: ssh-dss,ssh-rsa
  39. debug2: ciphers ctos: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,chacha20-poly1305@openssh.com,arcfour256,arcfour128
  40. debug2: ciphers stoc: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,chacha20-poly1305@openssh.com,arcfour256,arcfour128
  41. debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha2-256,hmac-sha1,hmac-sha1-96
  42. debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha2-256,hmac-sha1,hmac-sha1-96
  43. debug2: compression ctos: none
  44. debug2: compression stoc: none
  45. debug2: languages ctos:
  46. debug2: languages stoc:
  47. debug2: first_kex_follows 0
  48. debug2: reserved 0
  49. debug1: kex: algorithm: curve25519-sha256@libssh.org
  50. debug1: kex: host key algorithm: ssh-rsa
  51. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  52. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  53. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  54. debug1: Server host key: ssh-rsa SHA256:zzXQOXSRBEiUtuE8AikJYKwbHaxvSc0ojez9YXaGp1A
  55. debug1: Host 'bitbucket.org' is known and matches the RSA host key.
  56. debug1: Found key in /home/ravi/.ssh/known_hosts:2
  57. debug2: set_newkeys: mode 1
  58. debug1: rekey out after 134217728 blocks
  59. debug1: SSH2_MSG_NEWKEYS sent
  60. debug1: expecting SSH2_MSG_NEWKEYS
  61. debug1: SSH2_MSG_NEWKEYS received
  62. debug2: set_newkeys: mode 0
  63. debug1: rekey in after 134217728 blocks
  64. debug1: Will attempt key: /home/ravi/.ssh/id_boxy_rsa RSA SHA256:xTrMnMYFfEtfXst6yaNaX4SfnZ4Vo3apO9eeTtL9Tjg explicit agent
  65. debug2: pubkey_prepare: done
  66. debug2: service_accept: ssh-userauth
  67. debug1: SSH2_MSG_SERVICE_ACCEPT received
  68. debug1: Authentications that can continue: publickey
  69. debug1: Next authentication method: publickey
  70. debug1: Offering public key: /home/ravi/.ssh/id_boxy_rsa RSA SHA256:xTrMnMYFfEtfXst6yaNaX4SfnZ4Vo3apO9eeTtL9Tjg explicit agent
  71. debug2: we sent a publickey packet, wait for reply
  72. debug1: Server accepts key: /home/ravi/.ssh/id_boxy_rsa RSA SHA256:xTrMnMYFfEtfXst6yaNaX4SfnZ4Vo3apO9eeTtL9Tjg explicit agent
  73. debug1: Authentication succeeded (publickey).
  74. Authenticated to bitbucket.org ([18.205.93.0]:22).
  75. debug2: fd 4 setting O_NONBLOCK
  76. debug2: fd 5 setting O_NONBLOCK
  77. debug2: fd 6 setting O_NONBLOCK
  78. debug1: channel 0: new [client-session]
  79. debug2: channel 0: send open
  80. debug1: Entering interactive session.
  81. debug1: pledge: network
  82. debug2: channel_input_open_confirmation: channel 0: callback start
  83. debug2: fd 3 setting TCP_NODELAY
  84. debug2: client_session2_setup: id 0
  85. debug1: Sending command: git-upload-pack 'cymatics91/bitserver-dev.git'
  86. debug2: channel 0: request exec confirm 1
  87. debug2: channel_input_open_confirmation: channel 0: callback done
  88. debug2: channel 0: open confirm rwindow 2097152 rmax 32768
  89. debug2: channel_input_status_confirm: type 99 id 0
  90. debug2: exec request accepted on channel 0
  91. debug2: channel 0: rcvd ext data 10
  92. Forbidden
  93. debug2: channel 0: written 10 to efd 6
  94. debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
  95. debug2: channel 0: rcvd eof
  96. debug2: channel 0: output open -> drain
  97. debug2: channel 0: obuf empty
  98. debug2: channel 0: chan_shutdown_write (i0 o1 sock -1 wfd 5 efd 6 [write])
  99. debug2: channel 0: output drain -> closed
  100. debug2: channel 0: rcvd close
  101. debug2: channel 0: chan_shutdown_read (i0 o3 sock -1 wfd 4 efd 6 [write])
  102. debug2: channel 0: input open -> closed
  103. debug2: channel 0: almost dead
  104. debug2: channel 0: gc: notify user
  105. debug2: channel 0: gc: user detached
  106. debug2: channel 0: send close
  107. debug2: channel 0: is dead
  108. debug2: channel 0: garbage collecting
  109. debug1: channel 0: free: client-session, nchannels 1
  110. debug1: fd 0 clearing O_NONBLOCK
  111. debug1: fd 2 clearing O_NONBLOCK
  112. Transferred: sent 7424, received 3544 bytes, in 0.6 seconds
  113. Bytes per second: sent 13204.7, received 6303.5
  114. debug1: Exit status 1
  115. fatal: Could not read from remote repository.
  116.  
  117. Please make sure you have the correct access rights
  118. and the repository exists.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement