Skip to content
New issue

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

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

Already on GitHub? # to your account

Git 2.41.0.windows.2 -> fatal: Missing 'username' input argument #4500

Closed
1 task
Balkoth opened this issue Jul 12, 2023 · 3 comments · Fixed by git-for-windows/build-extra#511
Closed
1 task
Milestone

Comments

@Balkoth
Copy link

Balkoth commented Jul 12, 2023

  • I was not able to find an open or closed issue matching what I'm seeing

Setup

  • Which version of Git for Windows are you using? Is it 32-bit or 64-bit?
$ git --version
git version 2.41.0.windows.2
cpu: x86_64
  • Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit?
$ cmd.exe /c ver

Microsoft Windows [Version 10.0.19045.3086]
  • What options did you set as part of the installation? Or did you choose the
    defaults?
# One of the following:
> type "C:\Program Files\Git\etc\install-options.txt"

Editor Option: VisualStudioCode
Custom Editor Path: 
Default Branch Option:  
Path Option: Cmd
SSH Option: OpenSSH
Tortoise Option: false
CURL Option: WinSSL
CRLF Option: CRLFCommitAsIs
Bash Terminal Option: ConHost
Git Pull Behavior Option: Merge
Use Credential Manager: Enabled
Performance Tweaks FSCache: Enabled
Enable Symlinks: Enabled
Enable Pseudo Console Support: Disabled
Enable FSMonitor: Disabled

Details

  • Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other

Bash

git remote show origin
git clone
git push
  • What did you expect to occur after running these commands?
$ git remote show origin
* remote origin
  Fetch URL: https://server.domain.de/Test.git
  Push  URL: https://server.domain.de/Test.git
  HEAD branch: master
  Remote branch:
    master tracked
  Local branch configured for 'git pull':
    master merges with remote master
  Local ref configured for 'git push':
    master pushes to master (up to date)
  • What actually happened instead?
$ git remote show origin
fatal: Missing 'username' input argument
* remote origin
  Fetch URL: https://server.domain.de/Test.git
  Push  URL: https://server.domain.de/Test.git
  HEAD branch: master
  Remote branch:
    master tracked
  Local branch configured for 'git pull':
    master merges with remote master
  Local ref configured for 'git push':
    master pushes to master (up to date)

Since the update git complains fatal: Missing 'username' input argument

@dscho
Copy link
Member

dscho commented Jul 12, 2023

@mjcheetham does this ring a bell? Is this maybe a new thing in Git Credential Manager?

@dscho
Copy link
Member

dscho commented Jul 12, 2023

I guess this is git-ecosystem/git-credential-manager#1331, right?

@mjcheetham
Copy link
Member

Correct @dscho, this issue is actually git-ecosystem/git-credential-manager#1331, and we have a fix for this in place already.

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

Successfully merging a pull request may close this issue.

3 participants