Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: repository not found / Preferred way to deal with multiple git identities #1139

Open
MartyLake opened this issue Dec 18, 2023 · 0 comments

Comments

@MartyLake
Copy link

MartyLake commented Dec 18, 2023

Hello.
I need to manage multiple git identities on the same computer. For the vanilla git tool, and any tool that calls git, I can use env variables GIT_SSH_COMMAND, GIT_AUTHOR_EMAIL GIT_AUTHOR_NAME GIT_COMMITTER_EMAIL GIT_COMMITTER_NAME and adding/removing keys to ssh-agent accordingly.
However, for git-bug, I have an error which I suspect comes from that situation:

$ git pull
Everything up-to-date
$ git bug pull
Fetching remote ...
Error: repository not found

Do you have an idea of the reason of the issue?
Best,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant