Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $ echo -ne 'protocol=<repo_protocol>nhost=<repo_host>n' | git credential-cache get
  2.  
  3. $ echo -ne 'protocol=httpsnhost=github.comn' | git credential-cache get
  4. username=your_github_user
  5. password=your_github_password_in_plaintext
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement