Sam
09/12/2025, 2:27 PMdevelop
, made a commit, and I am looking to push to remote so I can create a PR. However, when I do this I get this error:
ERROR: Permission to JetBrains/koog.git denied to samDobsonDev.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
git remote -v
is showing that the remote is definitely correct:
origin git@github.com:JetBrains/koog.git (fetch)
origin git@github.com:JetBrains/koog.git (push)
Is the only way to contribute by making a fork?Antonii Belyshev
09/12/2025, 2:32 PM