C#/Winform
(Visual Studio) Error - Git failed with a fatal error.
kjun.kr
2017. 7. 5. 14:54
728x90
Git failed with a fatal error.
Git 으로 푸쉬를 하려는데 위 메세지가 표시되면서 푸쉬가 되지않을때 처리 방법입니다.
아래 사이트로 이동 32 비트 포터블 버전을 다운받아 설치합니다.
https://git-scm.com/download/win
실행하면 압축이 풀리고 아래 경로로 이동하여
PortableGit\mingw32\libexec\git-core
libeay32.dll, ssleay32.dll를 찾아서
위 두개의 dll 파일을 아래 폴더경로에 복사합니다.
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\Git\mingw32\libexec\git-core
다시 푸쉬해보니 제대로 푸쉬가 완료되었습니다.
728x90