- Create repository on
github.com
- Add the remote (do not use
set-url
, ratherdelete
and thenadd
) including your username:git remote add origin https://<username>@github.com/<name>/<repo>.git
- Create an access token with scope Contents Read and Write (and if you want to work with workflows also Workflows Read and Write) via https://github.com/settings/tokens?type=beta
- Use
git config push.autoSetupRemote true
git push
, then enter the PAT
Created
July 23, 2024 22:23
-
-
Save kopp/47cd9aef00beb439b347b7675645728d to your computer and use it in GitHub Desktop.
git push and pull with https
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment