GitHub Repo Clone

From LD Smith Games Workshop
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Loops through all of the public and private repositories for a user, and clones them to the local system

Requirements

Setup

  • Copy Personal access token value (should be a hexadecimal string), and paste it for the value of API_TOKEN
  • Set CLONE_DIR to the directory where the cloned projects should exist (double backslash may be required on Windows)

Running

  • Start Git bash
  • ruby clone_git_repos.rb

Download / Source Code