BUG问题: Github证书缓存问题 error: option `timeout' expects a numerical value
- 问题出现:
设置github证书缓存时, 命令几次输入错误 , 输入后没有报错
之后输入正确, git push正常,但一直遗留error
- 问题解决过程:
重新输入正确命令git config credential.helper 'cache --timeout==3600' 等都无法解决
查看.config文件没发现问题
重复N遍无果(卒), 无法根除error
- 粗暴解决方法:
git push 后,删除整个项目文件夹,从github 重新git clone项目