Copilot Coding Agent intermittently gets HTTP 403 when pushing — failures occur in clusters across unrelated tasks #206711
Replies: 5 comments 2 replies
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
This comment was marked as low quality.
This comment was marked as low quality.
This comment was marked as spam.
This comment was marked as spam.
|
We see this issue too. |
|
THIS IS STILL AN ISSUE! HOW IS NO ONE AT GITHUB REPLYING TO THE SUPPORT TICKET OR THE THREAD!... |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Copilot Agent Mode
Body
We are experiencing an intermittent issue with GitHub Copilot Coding Agent where the agent successfully completes its work and creates local commits, but then fails when attempting to push the resulting branch back to GitHub.
The push fails with HTTP 403. A typical error is:
MCP server 'engine-tools': Git error: git push --set-upstream origin HEAD failed
error: RPC failed; HTTP 403 curl 22 The requested URL returned error: 403
send-pack: unexpected disconnect while reading sideband packet
fatal: the remote end hung up unexpectedly
Everything up-to-date
The agent subsequently reports that the commits were created successfully but could not be pushed from its environment.
This does not appear to be a repository permissions or branch protection issue:
For example, today we had separate tickets/tasks fail within a few minutes of one another with the same push problem.
This makes it appear that there may be an intermittent issue with the credentials/authorization being provisioned to Copilot Coding Agent sessions, or another GitHub-side service involved in agent pushes.
We are on a paid GitHub Team organization and I am the organization owner.
I raised this with GitHub Support over two weeks ago, including the full error and reproduction details, and followed up again last week because it is blocking our development work. I am disgusted that I have still received no response. The ticket number is 4676995.
Has anyone else experienced this behaviour with Copilot Coding Agent and how to solve it?
All reactions