1
0
mirror of synced 2025-12-23 11:54:18 -05:00
Files
docs/content/authentication/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user.md
Laura Coursen 8f964ea2cb GHEC version (#20947)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Grace Park <gracepark@github.com>
Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com>
Co-authored-by: Robert Sese <sese@github.com>
Co-authored-by: Peter Bengtsson <peterbe@github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
2021-10-15 15:41:33 -05:00

19 lines
827 B
Markdown

---
title: 'Error: Permission to user/repo denied to other-user'
intro: This error means the key you are pushing with is attached to an account which does not have access to the repository.
redirect_from:
- /articles/error-permission-to-user-repo-denied-to-other-user
- /articles/error-permission-to-userrepo-denied-to-other-user
- /github/authenticating-to-github/error-permission-to-userrepo-denied-to-other-user
- /github/authenticating-to-github/troubleshooting-ssh/error-permission-to-userrepo-denied-to-other-user
versions:
fpt: '*'
ghes: '*'
ghae: '*'
ghec: '*'
topics:
- SSH
shortTitle: Permission denied other-user
---
To fix this, the owner of the repository (`user`) needs to add your account (`other-user`) as a collaborator on the repository or to a team that has write access to the repository.