Question: Use git extension to pull or push code, prompt
“C:\Program Files\Git\bin\git.exe” pull –progress “origin” +refs/heads/zjw
fatal: unable to access’https://github.com/**/ ‘: error setting certificate verify locations:CAfile: C:/Program Files/Git/mingw64/libexec/ssl/certs/ca-bundle.crt
CApath: none
DonePress Enter or Esc to close console…
This is because git requires security certification when submitting code, which can be set by the following method to cancel the verification
solve:
Find the git config configuration file, the path should be
C:\ProgramData\Git\config, add the following two lines
[http]
sslVerify = false
sslCAinfo = /bin/curl-ca-bundle.crt
After saving, submit the code again.
Similar Posts:
- [Solved] gradle sync Error: “PKIX path building failed” and “unable to find valid certification path to requested target”
- Git error: The following untracked working tree files would be overwritten by checkout
- Failed to connect to github.com port 443:connection timed out
- [Solved] Running eclipse prompts The Eclipse executable launcher was unable to locate its companion library
- Too many authentication failures for root
- Python Importerror: DLL load failed: unable to find the specified module
- Solution to the problem of bash: gulp: command not found after installing gulp in Windows system
- fatal: unable to get credential storage lock: File exists
- Jquery.min.js import project error [How to Solve]
- IDEA Always Stuck: scanning files to index [Four Methods to Solve]