Hi guys, I'm looking to contribute to the project....
# koog-agentic-framework
s
Hi guys, I'm looking to contribute to the project. I've made a branch off of
develop
, 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:
Copy code
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?
a
Hi @Sam! You are correct, you need to make a fork, it's currently the only way
👌 1