forked from git/git
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Milestone
Description
Setup
- Which version of Git for Windows are you using? Is it 32-bit or 64-bit?
$ git --version --build-options
git version 2.16.2.windows.1
cpu: x86_64
built from commit: e1848984d1004040ec5199e749b5f282ddf4bb09
sizeof-long: 4
- 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 6.1.7601]
$ echo $PROCESSOR_ARCHITECTURE
AMD64
- What options did you set as part of the installation? Or did you choose the
defaults?
Mostly defaults:
$ git config --system -l
http.sslbackend=schannel
diff.astextplain.textconv=astextplain
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
credential.helper=manager
- Any other interesting things about your environment that might be related
to the issue you're seeing?
** insert your response here **
Details
- Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
git-BASH only
- What commands did you run to trigger this issue? If you can provide a
Minimal, Complete, and Verifiable example
this will help us understand the issue.
$ tail -n ~/.gitconfig
<snip>
35 [http]
36 schannel.checkRevoke = false
$ git config -l
fatal: bad config line 36 in file C:/Users/pbourgin/.gitconfig
- What did you expect to occur after running these commands?
No error and this new option usable
- What actually happened instead?
can't set this option
- If the problem was occurring with a specific repository, can you provide the
URL to that repository to help us with testing?
** insert URL here **