Advertisement
lamiastella

github pages

Jun 9th, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. Monas-MacBook-Pro:htdocs mona$ git push -f origin master
  2. fatal: 'git@github.com/lamiastella/monajalal.github.io.git' does not appear to be a git repository
  3. fatal: Could not read from remote repository.
  4.  
  5. Please make sure you have the correct access rights
  6. and the repository exists.
  7. Monas-MacBook-Pro:htdocs mona$ git remote add origin git@github.com:lamiastella/monajalal.github.io.git
  8. fatal: remote origin already exists.
  9. Monas-MacBook-Pro:htdocs mona$ git push -f origin master
  10. fatal: 'git@github.com/lamiastella/monajalal.github.io.git' does not appear to be a git repository
  11. fatal: Could not read from remote repository.
  12.  
  13. Please make sure you have the correct access rights
  14. and the repository exists.
  15. Monas-MacBook-Pro:htdocs mona$ git status
  16. # On branch master
  17. nothing to commit, working directory clean
  18. Monas-MacBook-Pro:htdocs mona$ git log
  19. commit 641154fe1c7d6e4a363dcdc023ad7aa9a84c95ab
  20. Author: mona <jalal@wisc.edu>
  21. Date: Thu Jun 9 17:48:55 2016 -0500
  22.  
  23. my first github pages commit
  24. Monas-MacBook-Pro:htdocs mona$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement