Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. cd ~/
  2. mkdir code
  3. cd code
  4. git clone https://github.com/kivy/kivy
  5.  
  6. sudo chmod 777 DIR_NAME
  7. cd DIR_NAME
  8. git clone https://github.com/mygitusername/kivy.git
  9.  
  10. chown ubuntu:ubuntu -R directory-in-question
  11.  
  12. cd directory-in-question/
  13.  
  14. git clone <git repo comes here >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement