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
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
The text was updated successfully, but these errors were encountered:
Setup
defaults?
Details
Bash
Minimal, Complete, and Verifiable example
this will help us understand the issue.
Since the update git complains
fatal: Missing 'username' input argument
The text was updated successfully, but these errors were encountered: