Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
git pull错误:/usr/libexec/git core/git sh安装程序:第86行:/usr/bin/sed:权限被拒绝_Git_Github_Sed - Fatal编程技术网

git pull错误:/usr/libexec/git core/git sh安装程序:第86行:/usr/bin/sed:权限被拒绝

git pull错误:/usr/libexec/git core/git sh安装程序:第86行:/usr/bin/sed:权限被拒绝,git,github,sed,Git,Github,Sed,我试着去做git pull,然后得到下面的错误 /usr/libexec/git-core/git-sh-setup: line 86: /usr/bin/sed: Permission denied 我成功地完成了git获取和git合并。它正在工作,但是git pull不适用于任何存储库。有什么帮助吗 谢谢为了帮助您,您需要详细说明您在其中使用git的环境。你在跟谁开玩笑?它与其他存储库一起工作吗?你的git配置文件中有什么有趣的东西吗?我正在使用windows git。存储库不起作用。我还

我试着去做git pull,然后得到下面的错误

/usr/libexec/git-core/git-sh-setup: line 86: /usr/bin/sed: Permission denied
我成功地完成了git获取和git合并。它正在工作,但是git pull不适用于任何存储库。有什么帮助吗


谢谢

为了帮助您,您需要详细说明您在其中使用git的环境。你在跟谁开玩笑?它与其他存储库一起工作吗?你的git配置文件中有什么有趣的东西吗?我正在使用windows git。存储库不起作用。我还尝试了不同的用户和相同的问题。我在另一台机器上试过,它在那里工作。我比较了配置文件,两者都有相同的信息。让我知道你还想看到什么。你发布的错误表明是unix文件系统,所以你在windows上运行git是很奇怪的。你是通过cygwin安装git的吗?或者您使用了哪个安装程序?git--version可能会有所帮助。