Files
My-Notes/gitea/https-push.md
2026-03-22 22:14:43 +02:00

281 B

Push to gitea using a PAT through HTTPS

Create PAT

  1. Go to user profile > Settings
  2. Go to Applications and click 'Generate New Token'
  3. Give token name
  4. Set rw permissions for repo

Set git to store PAT

git config --global credential.helper store

Push

git push