This message was deleted.
# report-bugs
s
This message was deleted.
n
Hi @YoungHee Lee — is it possible that your local remote origin is out of date? I’m seeing from our logs that we’re trying to create a PR for the repo “andrewlee/mgrv-community-app” based on your local remote but that GitHub is telling us that no such repository exists:
Copy code
GraphqlResponseError: Request failed due to following response errors:
 - Could not resolve to a Repository with the name 'andrewlee/mgrv-community-app'.
    at response (/monologue/.yarn/cache/@octokit-graphql-npm-5.0.0-316da27aea-94c3f4fb6f.zip/node_modules/@octokit/graphql/dist-src/graphql.js:48:19)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
y
The path to ''andrewlee/mgrv-community-app'' in the local and remote branches is incorrect, how do I change it?
I think something went wrong and I want to reset and start over.
I tried checking the remote url with the command
"git remote -v"
and the path is fine. @Nicholas Yan
Copy code
ERROR: Unexpected server response (500).

Headers:
  x-graphite-request-id: d86e0f15-28c8-410d-bcbc-53cc5c95ca0d

Response: {
  "_response": {
    "size": 0,
    "timeout": 0
  }
}
n
Can you run
gt repo remote
and
gt repo owner
for me and tell me the outputs?