[BUG] GitHub connector write access fails with 403 even after full disconnect/reconnect (personal plan)
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Using Claude Code (remote/cloud session) with the GitHub connector attached to a personal repo I own. Read access works fine. All write operations fail with 403 Resource not accessible by integration:
git push over the session's git proxy → 403 on git-receive-pack
GitHub API POST /repos/{owner}/{repo}/git/refs (create branch) → 403
GitHub API PUT /repos/{owner}/{repo}/contents/{path} (create/update file) → 403
Fully uninstalled the GitHub App/OAuth grant on GitHub's side and reconnected the connector from claude.ai settings. After reconnect, read access returned but write access still failed with the identical error — no fresh consent screen for repo write scope was shown during reconnect. claude.ai/admin-settings (for managing GitHub App permissions) redirects to "available on Team/Enterprise plans only," suggesting write access may be plan-gated with no path to grant it on a personal plan, but this isn't stated anywhere in the connector UI itself.
Expected: either write access should be grantable during the connect/reconnect flow, or the product should clearly state write access requires Team/Enterprise before a user spends time debugging permissions.
What Should Happen?
When I reconnect Github,it should allow me to grant write access.
Error Messages/Logs
fatal: unable to access 'https://github.com/XYZ/': The requested URL returned error: 403
Steps to Reproduce
- Grant read access to Github - Claude connector
- Use Claude on the web, ask it to create a PR, it'll fail
- You reconnect the Github - Claude connector, nothing changed. No way to grant write access.
Claude Model
None
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
2.1.224
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
Terminal.app (macOS)
Additional Information
_No response_
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗