Replies: 3 comments
-
| Hi Team, Thanks! |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
| 🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Why are you starting this discussion?
Question
What GitHub Actions topic or product is this about?
Workflow Configuration
Discussion Details
Hi Team,
I experiencing a issue with username and password when i push the code.even when enter correct user name and password ,it was showing the authentication failed.tried multiple password reset,and changed user name.Iam using Mac book.Please find the attched screenshot.
If the attched screen shot not opened,please find the pasted information:
sita.chittula@sitachittulas-MacBook-Air shell-practice % git log
commit 2226b4d4fe3becc266dc0ccda0a63a537233ebab (HEAD -> main)
Author: sita.chittula sita.chittula@sitachittulas-MacBook-Air.local
Date: Sat Sep 20 23:25:47 2025 +0530
sita.chittula@sitachittulas-MacBook-Air shell-practice % git push origin main
Username for 'https://github.com': daws-86
Password for 'https://daws-86@github.com':
remote: {"auth_status":"auth_error","body":"Invalid username or token. Password authentication is not supported for Git operations."}
fatal: Authentication failed for 'https://github.com/sita-chittula/shell-practice.git/'
sita.chittula@sitachittulas-MacBook-Air shell-practice % git add 01-hello-world.sh
sita.chittula@sitachittulas-MacBook-Air shell-practice % git commit -m 01-hello-world.sh
On branch main
Your branch is based on 'origin/main', but the upstream is gone.
(use "git branch --unset-upstream" to fixup)
nothing to commit, working tree clean
sita.chittula@sitachittulas-MacBook-Air shell-practice % git push origin main
Username for 'https://github.com': daws-86
Password for 'https://daws-86@github.com':
remote: {"auth_status":"auth_error","body":"Invalid username or token. Password authentication is not supported for Git operations."}
fatal: Authentication failed for 'https://github.com/sita-chittula/shell-practice.git/'
sita.chittula@sitachittulas-MacBook-Air shell-practice % git push origin main
Username for 'https://github.com': daws-86
Password for 'https://daws-86@github.com':
remote: {"auth_status":"auth_error","body":"Invalid username or token. Password authentication is not supported for Git operations."}
fatal: Authentication failed for 'https://github.com/sita-chittula/shell-practice.git/'
sita.chittula@sitachittulas-MacBook-Air shell-practice %
Please assist me ASAP.My workaround is stopped.
Kind regards,

daws-86
Beta Was this translation helpful? Give feedback.
All reactions