-
Notifications
You must be signed in to change notification settings - Fork 58
fix for push github authentication #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I need Help with this SAME ISSUE, I cant push a project to the hub without this same error, what is the new process? like where do I start? |
@tejedajordan copy that token and past in in authentication process instead of password |
THANK YOU SO MUCH!! You are my Hero !😁✌️
From: systemkwiat ***@***.***>
Reply-To: csev/dj4e ***@***.***>
Date: Tuesday, October 26, 2021 at 9:23 AM
To: csev/dj4e ***@***.***>
Cc: Jordan Tejeda ***@***.***>, Mention ***@***.***>
Subject: Re: [csev/dj4e] fix for push github authentication (Issue #23)
@tejedajordan<https://github.com/tejedajordan>
The solution is in my Issue. You need to user personal access token instead.
Go to your Github account -> Settings -> developer settings -> Personal access tokens - generate new token.
copy that token and past in in authentication process instead of password
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#23 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ATO23VMLRBH6TD7Q4FFYAM3UI22WXANCNFSM5GWBBQ7Q>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Update for issue: csev#23 Undecided if more info is too much, "Create a PAT" is, https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token In the instructions, likely changes in branch name to main, creating a blank repo in GitHub the startup code has changed, a new line, the -M main, git commit -m "first commit" git branch -M main git remote add origin without, as PYAW Settings defaults to (master) and GitHub Repository default branch is main 22:37 ~/django_projects (master)$ git remote add origin https://github.com/--your-account--/django_projects.git 22:40 ~/django_projects (master)$ git push -u origin main error: src refspec main does not match any error: failed to push some refs to 'https://github.com/srcedx/django_projects.git' with 22:40 ~/django_projects (master)$ git branch -M main 22:41 ~/django_projects (main)$ git push -u origin main Username for 'https://github.com':
file: dj4e_github.md
Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
The text was updated successfully, but these errors were encountered: