✅ Quick Summary

Follow these steps exactly once. After the initial setup, Push44 remembers your token in your browser's localStorage, so you won't need to repeat this for future exports (unless you clear browser data or the token expires).

The Problem

First-time users often aren't sure which GitHub token type to create, which scopes to select, or where to paste it in Push44 — leading to confusing permission errors on the first export attempt.

How Push44 Solves It

Follow these steps exactly once. After the initial setup, Push44 remembers your token in your browser's localStorage, so you won't need to repeat this for future exports (unless you clear browser data or the token expires).

Step-by-Step Guide

1

Open GitHub token settings

Sign in to GitHub, then go to Settings → Developer settings → Personal access tokens → Tokens (classic) → Generate new token.

2

Name and scope your token

Give it a descriptive name like 'push44-export'. Set an expiration (90 days is a good default). Check the 'repo' scope box — this grants read/write access to your repositories.

3

Generate and copy the token

Click 'Generate token' at the bottom of the page. GitHub shows the token once — copy it immediately with the copy icon.

4

Paste it into Push44

Open push44.vercel.app, go through onboarding or settings, and paste the token into the 'GitHub Personal Access Token' field.

5

Verify the connection

Push44 makes a test call to the GitHub API to confirm the token works and shows your GitHub username once connected successfully.

Pro Tips

  • Set a calendar reminder before your token's expiration date so exports don't suddenly break.
  • You can create a Push44-specific token and revoke it anytime from GitHub without affecting any other apps.

Common Mistakes to Avoid

⚠️ Watch Out For
  • Closing the token page before copying it — GitHub will not show the value again.
  • Pasting a token with extra whitespace — always paste directly without trailing spaces.

Ready to Export?

Push44 is free, open source, and takes under 2 minutes to set up.

Frequently Asked Questions

Is a Personal Access Token safe to use with Push44?
Yes. Push44 stores it only in your browser's localStorage and uses it exclusively to call the GitHub API directly from your browser.
Can I revoke the token later?
Yes, at any time from GitHub's token settings page. Revoking it immediately stops Push44 (or any other app using it) from accessing your GitHub account.