原创博客,欢迎光临
嵌入式是本职,AI 是兴趣,其它是无奈

解决 Windows 安装 Git 到 D 盘后的几个问题

Windows 安装 Git 到 D 盘后,我遇到的问题:

1. PowerShell终端输入git,出现错误,表明找不到此命令。

解决方法:系统环境变量Path增加Git的bin目录,我的是 D:\Program Files\Git\bin。

安装Git后,系统环境变量Path已经存在D:\Program Files\Git\cmd,不知为何不行。

2. 使用Git下载Dify时出现错误如下:

fatal: unable to access ‘https://github.com/langgenius/dify.git/’: schannel: failed to receive handshake, SSL/TLS connection failed

解决方法:

git config –global –unset credential.helper

git config –system –unset credential.helper

赞(0)
未经允许不得转载:程序员大狐狸 » 解决 Windows 安装 Git 到 D 盘后的几个问题

评论 抢沙发

登录

找回密码

注册