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
I go the following error when I tried to push from the UI.
Request push failed with message: git: 'credential-osxkeychain' is not a git command. See 'git --help'.
fatal: could not read Username for 'https://github.com': Device not configured
I can push from the terminal. Also, the credential.helper looks good:
kittaakos
changed the title
[git] Cannot push to a public repository from the bundled electron application
[git][electronn] Cannot push to a public repository from the bundled electron application
Nov 21, 2018
kittaakos
changed the title
[git][electronn] Cannot push to a public repository from the bundled electron application
[git][electron] Cannot push to a public repository from the bundled electron application
Nov 21, 2018
I suggested that because I had the same error message with just another executable a couple of days ago. But I see now that in this context the problem seems to be the embedded git.
I never really understood why that is used when there is a git on the system. Shouldn't we change dugite so that if there is a git on the PATH it uses it?
I go the following error when I tried to push from the UI.
I can push from the terminal. Also, the
credential.helper
looks good:The text was updated successfully, but these errors were encountered: