You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have a repository that I have had cloned for some time, and "git fetch" has worked perfectly (from the terminal started from the Sourcetree menu). Up until recently, when I call it and it pops up the credential manager window. When I enter the details, I then get the following error:
$ git fetch
Fetching submodule DUT
fatal: ArgumentOutOfRangeException encountered.
Specified argument was out of the range of valid values.
Parameter name: resultType
fatal: ArgumentOutOfRangeException encountered.
Specified argument was out of the range of valid values.
Parameter name: resultType
bash: /dev/tty: No such device or address
Git then appears to lock up, requiring a Ctrl+C to return to the command line. I am using the latest embedded Git, version git version 2.17.1.windows.2.
https://github.com/Microsoft/Git-Credential-Manager-for-Windows/issues/651
Answer seems to be to use system Git with an upgraded version of the credential manager.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.