Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. > git clone https://git.example.com/git/myproj.git ~
  2. fatal: unable to access 'https://git.example.com/git/myproj.git'
  3.  
  4. > ssh machine2
  5. > git clone https://git.example.com/git/myproj.git ~
  6. successfully cloned into '~/myproj'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement