Advertisement
Guest User

Confusion with -git- instructions

a guest
Nov 18th, 2014
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.04 KB | None | 0 0
  1.  
  2. 192:tmp red_angel$
  3. 192:tmp red_angel$ mkdir gts01
  4. 192:tmp red_angel$ cd gts01
  5. 192:gts01 red_angel$ # Now I initialize the GIT repository
  6. 192:gts01 red_angel$ git init
  7. Initialized empty Git repository in /Users/red_angel/tmp/gts01/.git/
  8. 192:gts01 red_angel$
  9. 192:gts01 red_angel$ # Now I attempt (as I understand) to follow your instructions.
  10. 192:gts01 red_angel$ git fetch https://github.com/sophiaphillyqueen/testy.git
  11. remote: Counting objects: 14, done.
  12. remote: Compressing objects: 100% (11/11), done.
  13. remote: Total 14 (delta 3), reused 12 (delta 1)
  14. Unpacking objects: 100% (14/14), done.
  15. From https://github.com/sophiaphillyqueen/testy
  16.  * branch            HEAD       -> FETCH_HEAD
  17. 192:gts01 red_angel$ git checkout https://github.com/sophiaphillyqueen/testy.git/master
  18. error: pathspec 'https://github.com/sophiaphillyqueen/testy.git/master' did not match any file(s) known to git.
  19. 192:gts01 red_angel$
  20. 192:gts01 red_angel$
  21. 192:gts01 red_angel$ # Clearly, there is something I am missing.
  22. 192:gts01 red_angel$
  23. 192:gts01 red_angel$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement