github cara mengkloning repo pribadi
1.Generate new token -> https://github.com/settings/tokens
2.$ git clone https://github.com/username/repo.git
Username: your_username
Password: your_token
Faiz