Background Agent Buggin out

I have a background agent that’s run and completed its task. However I’m having a few issues:

  • When I try to “Create Pull Request” it says “Failed to create PR: [internal] Error”
  • When I attempt to push the branch to the remote it says “Failed to authenticate to git remote:”, which is unusual because I’m already authenticated on my machine.
  • When I try to “Checkout Locally” it runs for a few seconds then throws an error that says “Failed to checkout branch: Failed to execute git”
  • When I try to “Refresh GitHub authentication” i get a error saying “[unauthenticated] Error”

Request ID: bc-116925d0-b4b2-44da-b63e-3465adbcc687

The only way I could resolve this was with exporting a .patch file from the agent instance and bringing it over to my local instance and running git apply to my patch file.