Skip to content

http.schannel.checkRevoke option is not recognized #1531

@yopito

Description

@yopito
  • I was not able to find an open or closed issue matching what I'm seeing

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

$ 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 **

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions