Git bash: fatal error
-
So, when trying to push to the Workspaces, I got this message:
fatal: could not read Username for 'https://git.codeproject.com': No such file or directory
First, I thought it had to do with my styled username, so I changed it into a name without styles, but I still get this error. When I push through the Git Gui, then the files get successfully pushed. When using Git Gui, I need to enter email and password, but it would be easier to work with the Git Bash. So can this error be fixed please?
The quick red ProgramFOX jumps right over the
Lazy<Dog>
. My latest article: Create an HTML5 (and JavaScript) Maze Game with a timer My group: C# Programmers Group -
So, when trying to push to the Workspaces, I got this message:
fatal: could not read Username for 'https://git.codeproject.com': No such file or directory
First, I thought it had to do with my styled username, so I changed it into a name without styles, but I still get this error. When I push through the Git Gui, then the files get successfully pushed. When using Git Gui, I need to enter email and password, but it would be easier to work with the Git Bash. So can this error be fixed please?
The quick red ProgramFOX jumps right over the
Lazy<Dog>
. My latest article: Create an HTML5 (and JavaScript) Maze Game with a timer My group: C# Programmers GroupThere is a known bug in msysgit 1.8.5, and it was fixed since then. You can get latest msysgit version from here. You might be also interested in Windows Credential Store for Git.
-
There is a known bug in msysgit 1.8.5, and it was fixed since then. You can get latest msysgit version from here. You might be also interested in Windows Credential Store for Git.
Yes, now it works. Thank you!
The quick red ProgramFOX jumps right over the
Lazy<Dog>
. My latest article: Create an HTML5 (and JavaScript) Maze Game with a timer My group: C# Programmers Group -
Yes, now it works. Thank you!
The quick red ProgramFOX jumps right over the
Lazy<Dog>
. My latest article: Create an HTML5 (and JavaScript) Maze Game with a timer My group: C# Programmers GroupI forgot to mention that you can keep your stylised display name. In git we authenticate users by email or UserName.
-
I forgot to mention that you can keep your stylised display name. In git we authenticate users by email or UserName.
Great, thanks again!
The quick red ProgramFOX jumps right over the
Lazy<Dog>
. My latest article: Create an HTML5 (and JavaScript) Maze Game with a timer My group: C# Programmers Group