Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. hubert@hubert-Vostro-5468:~/projects/falltergeist$ git checkout -b feature/fullscreen
  2. Switched to a new branch 'feature/fullscreen'
  3. hubert@hubert-Vostro-5468:~/projects/falltergeist$ git remote -v
  4. origin https://github.com/twboc/falltergeist.git (fetch)
  5. origin https://github.com/twboc/falltergeist.git (push)
  6. hubert@hubert-Vostro-5468:~/projects/falltergeist$ git remote add origin https://github.com/falltergeist/falltergeist.git
  7. fatal: remote origin already exists.
  8. hubert@hubert-Vostro-5468:~/projects/falltergeist$ git remote rm origin
  9. hubert@hubert-Vostro-5468:~/projects/falltergeist$ git remote add origin https://github.com/falltergeist/falltergeist.git
  10. hubert@hubert-Vostro-5468:~/projects/falltergeist$ git branch
  11. * feature/fullscreen
  12. master
  13. hubert@hubert-Vostro-5468:~/projects/falltergeist$ git remote -v
  14. origin https://github.com/falltergeist/falltergeist.git (fetch)
  15. origin https://github.com/falltergeist/falltergeist.git (push)
  16. hubert@hubert-Vostro-5468:~/projects/falltergeist$ git push origin feature/fullscreen
  17. Username for 'https://github.com': hubert.sobkow@gmail.com
  18. Password for 'https://hubert.sobkow@gmail.com@github.com':
  19. remote: Permission to falltergeist/falltergeist.git denied to twboc.
  20. fatal: unable to access 'https://github.com/falltergeist/falltergeist.git/': The requested URL returned error: 403
  21. hubert@hubert-Vostro-5468:~/projects/falltergeist$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement