The Git Tools baked into Starfall’s File Manager let you clone or pull sync any Git repository straight to your server. The feature works on every server - no extra setup required.

Open it

  1. In the Starfall panel select your server.

  2. Go to Management - File Manager in the sidebar.

  3. Click the three-dot ⋮ menu in the upper-right corner.

  4. Choose Git Tools, then pick Clone or Pull.

Cloning private repos

  1. Generate a personal access token (PAT) on your Git host (GitHub guide: https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/).

  2. Use this format in the URL field:

    https://<token>@github.com/<username>/<repository>.git

    Replace <token>, <username>, and <repository> with your details.

 

After the first clone, the .git folder stores your credentials, so future Pull clicks work without re-authenticating.

Hai trovato utile questa risposta? 0 Utenti hanno trovato utile questa risposta (0 Voti)