Git新建仓库时报:Win32 error 487

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Git新建仓库时报:Win32 error 487相关的知识,希望对你有一定的参考价值。

Git新建仓库时报:Win32 error 487: Couldn‘t reserve space for cygwin‘s heap, Win32 error 0

解决方法:
1、进入本地Git安装目录下的bin目录,比如我的是:
        C:\\Users\\zhangwwa\\AppData\\Local\\Atlassian\\SourceTree\\git_local\\bin
2、观察是否有rebase.exemsys-1.0.dll两个文件,如果有,说明进入的目录正确
3、先执行 tasklist /m msys-1.0.dll 命令,看看msys-1.0.dll是否被占用。
4、如果没有被占用,执行命令:rebase.exe -b 0x50000000 msys-1.0.dll,问题解决
5、如果以上命令执行失败,确实是否以管理员权限启动CMD。
技术分享






以上是关于Git新建仓库时报:Win32 error 487的主要内容,如果未能解决你的问题,请参考以下文章

Git bash一闪而过,git不能push到远程仓库。

安装 gem 时出错:无法为 cygwin 的堆预留空间,Win32 错误 487

IDEA新建项目提交到git仓库时报错:Can't Update No tracked branch configured for branch master or the branch...

git clone 远程仓库报错error setting certificate verify locations

Git学习笔记一:新建本地仓库及初始化

git push报错:remote: error: refusing to update checked out branch: refs/heads/master