Discuss / Git / 获取远程库的标签出错

获取远程库的标签出错

Topic source

相依相黎

#1 Created at ... [Delete] [Delete and Lock User]

fatal: bad numeric config value '“false”' for 'http.sslverify': invalid unit

百度搜了一下,试了试git config --global http.sslverify false 没有作用

该如何是好

相依相黎

#2 Created at ... [Delete] [Delete and Lock User]

推送标签到远程库

相依相黎

#3 Created at ... [Delete] [Delete and Lock User]

自己已解决

使用git config --list 和 git config --global --list 查看http.sslverify=“true”在哪里配置;

git config --edit 或 git config --global --edit 修改true为false

廖雪峰

#4 Created at ... [Delete] [Delete and Lock User]

不要去掉https的验证,不然很容易被攻击


  • 1

Reply