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