Skip to content

Instantly share code, notes, and snippets.

@zgramming
Created July 6, 2022 12:57
Show Gist options
  • Save zgramming/1f13cde0be4a4a488862996ed9b7212b to your computer and use it in GitHub Desktop.
Save zgramming/1f13cde0be4a4a488862996ed9b7212b to your computer and use it in GitHub Desktop.
CARA CLONE PRIVATE REPOSITORY GITHUB
1. Buat Personal Access Token
2. git clone https://<YOUR_PERSONAL_ACCESS_TOKEN>@github.com/<your account or organization>/<repo>.git
3. git clone https://123456789@github.com/zgramming/laravel-starter-project.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment