Guest User

Untitled

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