Advertisement
jayece

GRAS

Jun 13th, 2013
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. spclab@spclab-GT701AA-ACJ-SR5250IL:~/Desktop/summer_/test$ git clone http://github.com/guruofquality/gras.git
  2. fatal: destination path 'gras' already exists and is not an empty directory.
  3. spclab@spclab-GT701AA-ACJ-SR5250IL:~/Desktop/summer_/test$ rm -r gras/
  4. spclab@spclab-GT701AA-ACJ-SR5250IL:~/Desktop/summer_/test$ git clone http://github.com/guruofquality/gras.git
  5. Cloning into gras...
  6. remote: Counting objects: 5015, done.
  7. remote: Compressing objects: 100% (2104/2104), done.
  8. remote: Total 5015 (delta 2631), reused 4979 (delta 2597)
  9. Receiving objects: 100% (5015/5015), 1.64 MiB | 456 KiB/s, done.
  10. Resolving deltas: 100% (2631/2631), done.
  11. spclab@spclab-GT701AA-ACJ-SR5250IL:~/Desktop/summer_/test$ cd gras
  12. spclab@spclab-GT701AA-ACJ-SR5250IL:~/Desktop/summer_/test/gras$ git submodule init
  13. Submodule 'Apology' (https://github.com/guruofquality/Apology.git) registered for path 'Apology'
  14. Submodule 'PMC' (https://github.com/guruofquality/PMC.git) registered for path 'PMC'
  15. Submodule 'Theron' (https://github.com/guruofquality/Theron.git) registered for path 'Theron'
  16. Submodule 'gnuradio' (https://github.com/guruofquality/gnuradio.git) registered for path 'gnuradio'
  17. Submodule 'grextras' (https://github.com/guruofquality/grextras.git) registered for path 'grextras'
  18. spclab@spclab-GT701AA-ACJ-SR5250IL:~/Desktop/summer_/test/gras$ git submodule update
  19. Cloning into Apology...
  20. fatal: reference is not a tree: ab6fc7615056dd5b6c737e1f4005250fe0281039
  21. Unable to checkout 'ab6fc7615056dd5b6c737e1f4005250fe0281039' in submodule path 'Apology'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement