You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have a feeling that this might have something to do with #2096 , but i still wanted to report it anyways in case someone knows a solution. I am able to successfully "fetch", but unable to "pull/push" to ONLY a particular organization's repo. I have 2 GH accounts, one personal and one business. The personal one uses my default ~/.ssh/config file. However, since the addition of my business account, I had to create an additional config ~/.ssh/business_config (due to the business having an enterprise account still using github.com). Using terminal hooks, I am able to switch which config file to use based on the directory that I am in. For example, If I am in a directory that has the name of the business as a parent directory, then the ~/.ssh/business_config file becomes ~/.ssh/config, while the default/original config gets named something else, and then switches back if the previous condition is not met.
The above bug, is NOT an issue for all other repos, i.e when I am NOT in a business related directory/repo everything works.
To Reproduce
Steps to reproduce the behavior:
gitui (when in a directory that makes a different config file the ~/.ssh/config)
Pull or Push
See error
Expected behavior
Ability to pull and push just like I can when not inside the business directory.
Screenshots
Context (please complete the following information):
Describe the bug
I have a feeling that this might have something to do with #2096 , but i still wanted to report it anyways in case someone knows a solution. I am able to successfully "fetch", but unable to "pull/push" to ONLY a particular organization's repo. I have 2 GH accounts, one personal and one business. The personal one uses my default
~/.ssh/config
file. However, since the addition of my business account, I had to create an additional config~/.ssh/business_config
(due to the business having an enterprise account still using github.com). Using terminal hooks, I am able to switch which config file to use based on the directory that I am in. For example, If I am in a directory that has the name of the business as a parent directory, then the~/.ssh/business_config
file becomes~/.ssh/config
, while the default/original config gets named something else, and then switches back if the previous condition is not met.The above bug, is NOT an issue for all other repos, i.e when I am NOT in a business related directory/repo everything works.
To Reproduce
Steps to reproduce the behavior:
~/.ssh/config
)Expected behavior
Ability to pull and push just like I can when not inside the business directory.
Screenshots
Context (please complete the following information):
Additional context
Log output of the steps above:
The text was updated successfully, but these errors were encountered: