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
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.22631.4169]
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"
> type "C:\Program Files (x86)\Git\etc\install-options.txt"
> type "%USERPROFILE%\AppData\Local\Programs\Git\etc\install-options.txt"
> type "$env:USERPROFILE\AppData\Local\Programs\Git\etc\install-options.txt"
$ cat /etc/install-options.txt
defaults - Using PortableGit packaging
Any other interesting things about your environment that might be related
to the issue you're seeing?
I have a ~/.ssh/config to work with our setup with Okta Advanced Server Access.
This config worked in version 2.46.1.windows.1. It broke in 2.46.2.windows.1. Flipping the \\ to / did work around the issue. Though being able to work with both is a windows viable config.
Details
Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
Setup
defaults?
to the issue you're seeing?
I have a
~/.ssh/config
to work with our setup with Okta Advanced Server Access.It looks like this:
This config worked in version 2.46.1.windows.1. It broke in 2.46.2.windows.1. Flipping the
\\
to/
did work around the issue. Though being able to work with both is a windows viable config.Details
Powershell 7.4.5
Minimal, Complete, and Verifiable example
this will help us understand the issue.
Standard git pull actions
URL to that repository to help us with testing?
The text was updated successfully, but these errors were encountered: