Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. # Run
  2.  
  3. git config --global credential.helper store
  4.  
  5. #Then
  6.  
  7. git pull
  8.  
  9. #provide a username and password and those details will then be remembered later. The credentials are stored in a file on the disk, with the disk permissions of "just user readable/writable" but still in plaintext.
  10.  
  11. # Check
  12. ## Run
  13.  
  14. git pull
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement