-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
Cant sync: ControlPath too long for Unix domain socket #1896
Comments
Fixes gopasspw#1896 RELEASE_NOTES=[BUGFIX] Fix SSH control path Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
Fixes gopasspw#1896 RELEASE_NOTES=[BUGFIX] Fix SSH control path Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
Fixes #1896 RELEASE_NOTES=[BUGFIX] Fix SSH control path Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
Once 1.12.6 is out you should be able to fix this by running |
Fixes gopasspw#1896 RELEASE_NOTES=[BUGFIX] Fix SSH control path Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
Hi @dominikschulz I am still facing the same issue on Per your comment above, running
The fyi, I can clone the remote private repo on my github without a problem. Any pointer will greatly appreciated. |
@yohannes if you remove the |
Thanks @Eric-Dunaway. I'm still facing the same issue after removing the key-value pair suggested. Update: the key-value pair above is auto-generated again after deletion |
I also have this issue on |
Can we please reopen this? It is still an issue with 1.12.6. |
Hmm, this is slightly annoying. Maybe we shouldn't set |
Fixes gopasspw#1896 RELEASE_NOTES=[BUGFIX] Use /tmp for GIT_SSH_COMMAND on Mac Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
Fixes gopasspw#1896 RELEASE_NOTES=[BUGFIX] Use /tmp for GIT_SSH_COMMAND on Mac Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
Fixes gopasspw#1896 RELEASE_NOTES=[BUGFIX] Fix SSH control path Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
…opasspw#1951) Fixes gopasspw#1896 RELEASE_NOTES=[BUGFIX] Use /tmp for GIT_SSH_COMMAND on Mac Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
Summary
I can't sync a store with git repository under a second user on my machine. Getting the following error:
This is true for all stores with remote i setup.
I also tried to set the
ControlPath
manually in my ssh config as the error states that theControlPath
is to longBut this has no effects
Steps To Reproduce
I don't know how to reproduce, as it is working for another user on the same machine. Setup steps were similar.
Expected behavior
gopass should sync with remote without any errors as with the other user on the same machine
Environment
Additional context
The text was updated successfully, but these errors were encountered: