Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. cd ~
  2. pwd
  3. ssh-add -l
  4. cd ~/Documents
  5. git clone git@bitbucket.org:user/repo.git
  6.  
  7. /Users/ray
  8. 4096 SHA256:gwPuz8TpL0IRIp3k/DSsPqNEFrqZrXaeymSLspOIg41 /Users/ray/.ssh/id_rsa (RSA)
  9. 2048 SHA256:x0eBEFCwhfQ3K6VnM7C6w6dTV+l9TWFzRe5eJI3cYX1 /Users/ray/.ssh/id_rsa (RSA)
  10. Cloning into 'repo'...
  11. remote: Counting objects: 7316, done.
  12. remote: Compressing objects: 100% (2232/2232), done.
  13. remote: Total 7316 (delta 3420), reused 7242 (delta 3397)
  14. Receiving objects: 100% (7316/7316), 826.72 KiB | 1.78 MiB/s, done.
  15. Resolving deltas: 100% (3420/3420), done.
  16.  
  17. /Users/ray
  18. 4096 SHA256:gwPuz8TpL0IRIp3k/DSsPqNEFrqZrXaeymSLspOIg41 /Users/ray/.ssh/id_rsa (RSA)
  19. 2048 SHA256:x0eBEFCwhfQ3K6VnM7C6w6dTV+l9TWFzRe5eJI3cYX1 /Users/ray/.ssh/id_rsa (RSA)
  20. Cloning into bare repository 'repo.git'...
  21. Unauthorized
  22. fatal: Could not read from remote repository.
  23.  
  24. Please make sure you have the correct access rights
  25. and the repository exists.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement