gpt4 book ai didi

git - Win7 : plink. exe: 没有那个文件或目录

转载 作者:太空狗 更新时间:2023-10-29 14:11:42 25 4
gpt4 key购买 nike

我可以

git add.
git commit -m "first commit"

但不能推送

git push -u origin master

错误:

cannot spawn C:\Users\SEB\Downloads\plink.exe: No such file or directory fatal: unable to fork

最佳答案

首先确保您已安装 plink.exe。我建议将它安装到 Program Files,因为你的文件夹 C:\Users\SEB\Downloads\ 是一个糟糕的地方。

然后检查您的环境变量 GIT_SSH。它应该是这样的:

GIT_SSH=%ProgramFiles(x86)%\PuTTY\plink.exe

GIT_SSH=%ProgramFiles%\PuTTY\plink.exe

GIT_SSH环境变量中有空格时,也会出现此错误。

关于git - Win7 : plink. exe: 没有那个文件或目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39107915/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com