Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # github remember password
- # tambahkan config global berikut untuk windows, ini akan menyimpan credential
- # windows
- git config --global credential.helper wincred
- # linux, set git to use the credential memory cache
- git config --global credential.helper cache
- # linux, set the cache to timeout after 1 hour (setting is in seconds)
- git config --global credential.helper 'cache --timeout=3600'
- # remove cache credential
- git config --global --unset credential.helper
- #create token
- # 1. account profile -> setting -> developer setting -> personal access token
- # 2. pull repo, login dengan username, password dengan token 8266c263f069aae773.........
- # hint:
- # paste token di cmd, ALT+SPACE+E+P
Add Comment
Please, Sign In to add comment