281 B
281 B
Push to gitea using a PAT through HTTPS
Create PAT
- Go to user profile > Settings
- Go to Applications and click 'Generate New Token'
- Give token name
- Set rw permissions for repo
Set git to store PAT
git config --global credential.helper store
Push
git push