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

Cannot Push Pull #240

Open
FLKS07 opened this issue Oct 9, 2024 · 3 comments
Open

Cannot Push Pull #240

FLKS07 opened this issue Oct 9, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@FLKS07
Copy link

FLKS07 commented Oct 9, 2024

The Bug is happening when I try to push or pull a commit, the error is "The system cannot find the specified file".

To Reproduce
Try to push or pull a commit,

  1. Open a repository
  2. Click on Pull or Push
  3. See error

Expected behavior
It should push or pull to the origin

Screenshots
{763A433D-ACB8-4504-94CC-6A137C1306D3}
The error on some part is in portuguese and says "The system cannot find the specified file".

Desktop (please complete the following information):

  • OS: Windows 11 Enterprise LTSC
  • Version 24H2
@FLKS07 FLKS07 added the bug Something isn't working label Oct 9, 2024
@JetpackDuba
Copy link
Owner

Hello,

It's a known issue I'm trying to address towards Gitnuro 1.5.0 (there are some fixes in place but not complete). The workaround for now is specifying the manager full path. In the readme there is this example:

[credential]
   helper = C:/Program Files/Git/mingw64/bin/git-credential-manager-core.exe

You may need to adapt the path to make sure it exists.

@hughstimson
Copy link

I also had this bug.

The workaround of editing my global gitconfig worked but the edit was slightly different:

[credential]
	helper = C:/Program Files/Git/mingw64/bin/git-credential-manager.exe

I.e. git-credential-manger.exe, not git-credential-manager-core.exe.

@Yaksinikos
Copy link

Yaksinikos commented Dec 4, 2024

P.S.
Mistakes I made during trying to fix this:

[credentials] without tailing 's' [credential]
editor = ... has to be helper = ...
"C:\Program Files\Git\mingw64\bin\git-credential-manager.exe" has to use linux-like path-structure, while ignoring spaces, and does not allow copy-pasting the path from the Windows-Explorer together with the quotation marks
C:/Program Files/Git/mingw64/bin/git-credential-manager.exe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants