1、打开windows的git bash

set GIT_SSL_NO_VERIFY=true git clone
git config --global http.sslVerify false 

2、保存密码

永久保存

git config --global credential.helper store

设置记住密码(默认15分钟)

如果想自己设置缓存时间,可以这样做:

git config credential.helper ‘cache –timeout=3600

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-14
  • 2022-12-23
  • 2021-09-28
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-03-11
  • 2022-01-27
  • 2022-12-23
  • 2022-12-23
  • 2021-05-28
  • 2021-12-10
相关资源
相似解决方案