Advertisement
Guest User

Untitled

a guest
Nov 30th, 2014
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. toudi@zosia:~$ cd PROJECTS/
  2. toudi@zosia:~/PROJECTS$ git clone git://git.linuxcnc.org.git/linuxcnc.git test
  3. Initialized empty Git repository in /home/toudi/PROJECTS/test/.git/
  4. fatal: Unable to look up git.linuxcnc.org.git (port 9418) (Name or service not known)
  5. toudi@zosia:~/PROJECTS$ git clone git://git.linuxcnc.org/git/linuxcnc.git test
  6. Initialized empty Git repository in /home/toudi/PROJECTS/test/.git/
  7. remote: Counting objects: 160002, done.
  8. remote: Compressing objects: 100% (33702/33702), done.
  9. remote: Total 160002 (delta 126299), reused 158303 (delta 124680)
  10. Receiving objects: 100% (160002/160002), 77.04 MiB | 181 KiB/s, done.
  11. Resolving deltas: 100% (126299/126299), done.
  12. toudi@zosia:~/PROJECTS$ cd test
  13. toudi@zosia:~/PROJECTS/test$ git br
  14. * master
  15. toudi@zosia:~/PROJECTS/test$ git co 2.7
  16. Branch 2.7 set up to track remote branch 2.7 from origin.
  17. Switched to a new branch '2.7'
  18. toudi@zosia:~/PROJECTS/test$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement