Git Bash - segmentation fault [closed]

closed. this question is out of scope and is not currently accepting answers.

want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 10 months ago .

improve this question

Hello, I'm having a pretty annoying problem in the GIT program. When I open GITBash in the desired folder and enter with any command, they simply give the error " Segmentation foul."

I searched the internet before coming here, but found nothing about GIT.
The only information I found is that this error is related to RAM.

Error Print

My basic PC information:

System: Windows 10 Pro x64 (Preview Insider Build 14251)
Ram: 8GB
Problem program: https://git-scm.com /
Configured SSH credentials and repositories correctly in folders with general permissions.

From now on I thank the Stack Overflow community. ;)

Author: Lucas Cavalcanti, 2016-02-01

2 answers

Well, I was able to work around the issue by rolling back build 14251 to build 11099 from Windows 10 Pro Insider Preview.

If anyone has a solution that works in build 14251 I would be grateful.

 1
Author: Lucas Cavalcanti, 2016-02-03 20:46:36

Segmentation fault (also referred to as segfault) is an error that occurs in a program when it tries to access (for reading or writing) an address in RAM that is reserved for another program (or the operating system itself) or that does not exist.

This problem occurs for two reasons:

1st occurs by accessing an unauthorized memory point for your application. (Desktop) 2ยบ happens because you are not in a repository folder of the git.

You need to load a local repository point for Git to work properly.

 -1
Author: A. G. Araujo, 2020-04-08 21:04:07