Guest User

Untitled

a guest
Nov 15th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. $ git init
  2. $ git add .
  3. $ git commit -m 'some commit message'
  4. $ git remote add origin git@urlToRepo
  5.  
  6. The authenticity of host 'gitlab.tubit.tu-berlin.de (xxx.xxx.x.xxx)'
  7. can't be established.
  8. RSA key fingerprint is f7:f3:1b:ba:94:16:20:09:71:5c:cf:3c:36:15:a8:f5.
  9. Are you sure you want to continue connecting (yes/no)?
  10.  
  11. Warning: Permanently added 'gitlab.tubit.tu-berlin.de,xxx.xxx.x.xxx'
  12. (RSA) to the list of known hosts.
Add Comment
Please, Sign In to add comment