Advertisement
thioshp

Solve Git Clone HTTPS Problem

Jan 16th, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. PROBLEM: UNABLE TO CLONE USING HTTPS
  2. APP: GIT
  3. SOLUTION:
  4. instead on https, use git
  5. eg instead of
  6.  
  7. git clone https://github.com/Guake/guake.git
  8.  
  9. use
  10.  
  11. git clone git://github.com/Guake/guake.git
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement