Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. $git add
  2.  
  3. $git commit
  4.  
  5. $git remote add origin git@github.com/<USERNAME>/my-scripts.git **[i copied this from the website]**
  6.  
  7. $git push
  8.  
  9. $ git push origin master
  10. ERROR: Repository not found.
  11. fatal: The remote end hung up unexpectedly
  12.  
  13. $ssh -T git@github.com
  14.  
  15. Hi <name>! you've successfully authenticated, . . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement