-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2)DLL rebasing may be required; see 'rebaseall / rebase --help'. #2989
Comments
|
please help me to fix the problem |
Have you tried DLL rebasing like the error message suggests? |
how di i uninstall git and github completely please let me know, |
Error: No se pudo bifurcar el proceso hijo: Recurso temporalmente no disponible (-1). Hola, tengo windows 10 de 64 bits, instalé la versión git de 64.
|
Lo siento por la traducción automática de esto, pero no hablo español. ¿Intentaste volver a basar las DLLs? Para solucionar el problema de los solapamientos de rangos de direcciones, MSYS2 ofrece una utilidad llamada rebase.exe (que confusamente no tiene nada que ver con git rebase) para ajustar el rango de direcciones de un conjunto dado de archivos .dll. Desgraciadamente, el síntoma no se produce tan raramente, por lo que existe incluso un script para hacer que rebase.exe sea más cómodo de usar: /usr/bin/rebaseall. Este script está pensado para ser ejecutado a través de Dash en lugar de Bash, para evitar los problemas del huevo y la gallina de que Bash no pueda ejecutarse correctamente a menos que el rango de direcciones ya esté fijado. Normalmente no es necesario ejecutar este script manualmente porque se ejecuta como parte del proceso de instalación de Git para Windows. Si el síntoma se produce en algún momento mucho después de la instalación de Git para Windows, reinstalar Git para Windows es la forma más conveniente de solucionarlo. Si aún así insistes en arreglarlo manualmente, por favor, entiende que esto no es recomendable sin conocimiento de los aspectos internos de MSYS2 (léase: si te quedas atascado, por favor, no abras un ticket para aprender más sobre MSYS2; usa la forma recomendada en su lugar: reinstalar Git para Windows). La forma manual es la siguiente
En el caso de que el runtime de MSYS2 necesite ser rebasado también, necesitarás llamar a algo como esto copy usr\bin\msys-2.0.dll copy-msys-2.0.dll Estos comandos deben ser ejecutados en el directorio de nivel superior, y la dirección (0x67000000) podría necesitar ser ajustada. |
Disabling mandatory ASLR fixed it for me. #2872 (comment) I had to disable it system-wide, the PowerShell included in the known issues page didn't seem to do it for me. |
MY ERROR FIXED, THANKS
…On Wed, May 12, 2021 at 12:44 PM Matthias Aßhauer ***@***.***> wrote:
Closed #2989 <#2989>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2989 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANSKCDLHWXBPY5MXQDX54CDTNITERANCNFSM4WJAC6EQ>
.
|
For other people who might come about this ticket in a web search, it would be nice to add some explanation here: it might help resolve others' issues, too. |
Setup
defaults?
to the issue you're seeing?
** insert your response here **
Details
** insert your response here **
Minimal, Complete, and Verifiable example
this will help us understand the issue.
** insert here **
** insert here **
URL to that repository to help us with testing?
** insert URL here **
The text was updated successfully, but these errors were encountered: