大飞_dafei

导航

Git 和 HTTPS

Git 和 HTTPS

git clone https://xxx.daFei  会返回 SSL certificate problem: unable to get local issuer certificate,这时候需要把HTTPS关闭一下

git config --global http.sslVerify false

再次 git clone https://xxx.daFei 就好了

Jetbrains 中重新设置Git 密码

在Jetbrains 产品中 Git 仓库的你们忘记了,又找不到在哪里改密码,比如重装系统后,代码还在,账号密码不知道怎么改

方法1; 重新再 clone 一份仓库代码,会提示输入账号密码,这样原来的代码中就自己好了

方法2; 去系统  管理你的凭据  中重新修改密码

posted on 2021-05-10 15:59  大飞_dafei  阅读(124)  评论(0编辑  收藏  举报