Guest User

Untitled

a guest
Sep 4th, 2018
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. iMac-de-Cristina:~ cristina$ git config user.email
  2. antonio.estarli@gmail.com
  3. <$ git config --global user.email "antonio@educationapps.co.uk"
  4. iMac-de-Cristina:~ cristina$ git config user.email
  5. antonio@educationapps.co.uk
  6. iMac-de-Cristina:~ cristina$ ssh-keygen -t rsa
  7. Generating public/private rsa key pair.
  8. Enter file in which to save the key (/Users/cristina/.ssh/id_rsa): assembla
  9. assembla already exists.
  10. Overwrite (y/n)? y
  11. Enter passphrase (empty for no passphrase):
  12. Enter same passphrase again:
  13. Your identification has been saved in assembla.
  14. Your public key has been saved in assembla.pub.
  15. The key fingerprint is:
  16. 96:b1:09:7f:bc:f4:35:8f:3a:58:c1:98:c4:b1:22:d2 cristina@iMac-de-Cristina.local
  17. The key's randomart image is:
  18. +--[ RSA 2048]----+
  19. | ... |
  20. | . o. |
  21. | . E o..+ |
  22. | . + Bo o |
  23. | S + .o |
  24. | . o o.. + |
  25. | .o. . .|
  26. | . .. |
  27. | .. |
  28. +-----------------+
  29. <$ git clone git@git.assembla.com:educationapps-web.git
  30. Cloning into educationapps-web...
  31. Permission denied (publickey,keyboard-interactive).
  32. fatal: The remote end hung up unexpectedly
  33. iMac-de-Cristina:~ cristina$ git config user.email
  34. antonio@educationapps.co.uk
  35. <$ ssh-keygen -t rsa -C "antonio@educationapps.co.uk"
  36. Generating public/private rsa key pair.
  37. Enter file in which to save the key (/Users/cristina/.ssh/id_rsa): assembla
  38. assembla already exists.
  39. Overwrite (y/n)? y
  40. Enter passphrase (empty for no passphrase):
  41. Enter same passphrase again:
  42. Your identification has been saved in assembla.
  43. Your public key has been saved in assembla.pub.
  44. The key fingerprint is:
  45. 6a:e3:95:c4:5a:fc:ef:a5:69:9f:a8:cc:12:a8:55:12 antonio@educationapps.co.uk
  46. The key's randomart image is:
  47. +--[ RSA 2048]----+
  48. | |
  49. | E |
  50. | . |
  51. | .o. |
  52. | +S |
  53. | o=.o |
  54. | o= o.. . |
  55. | .o o.o ..= . |
  56. | . .++*.o |
  57. +-----------------+
  58. <it clone git@git.assembla.com:educationapps-web.git
  59. Cloning into educationapps-web...
  60. Permission denied (publickey,keyboard-interactive).
  61. fatal: The remote end hung up unexpectedly
  62. <$ ssh-keygen -t rsa -C "antonio@educationapps.co.uk"
  63. Generating public/private rsa key pair.
  64. Enter file in which to save the key (/Users/cristina/.ssh/id_rsa): assembla
  65. assembla already exists.
  66. Overwrite (y/n)? y
  67. Enter passphrase (empty for no passphrase):
  68. Enter same passphrase again:
  69. Your identification has been saved in assembla.
  70. Your public key has been saved in assembla.pub.
  71. The key fingerprint is:
  72. e6:27:f7:dd:05:89:b8:8d:3e:39:83:28:35:b6:90:e3 antonio@educationapps.co.uk
  73. The key's randomart image is:
  74. +--[ RSA 2048]----+
  75. | |
  76. | |
  77. | |
  78. | . . . |
  79. | . S . . o |
  80. | + +o + . |
  81. | . = +o.=.. .|
  82. | E o .==. . ..|
  83. | . .+. . .|
  84. +-----------------+
  85. iMac-de-Cristina:~ cristina$ git clone git@git.assembla.com:educationapps-web.git
  86. Cloning into educationapps-web...
  87. Permission denied (publickey,keyboard-interactive).
  88. fatal: The remote end hung up unexpectedly
  89. iMac-de-Cristina:~ cristina$
Add Comment
Please, Sign In to add comment