블로그 이미지
Every unexpected event is a path to learning for you.

카테고리

분류 전체보기 (2737)
Unity3D (817)
Programming (474)
Server (33)
Unreal (4)
Gamebryo (56)
Tip & Tech (228)
협업 (58)
3DS Max (3)
Game (12)
Utility (136)
Etc (96)
Link (32)
Portfolio (19)
Subject (90)
iOS,OSX (53)
Android (14)
Linux (5)
잉여 프로젝트 (2)
게임이야기 (3)
Memories (20)
Interest (38)
Thinking (38)
한글 (30)
PaperCraft (5)
Animation (408)
Wallpaper (2)
재테크 (18)
Exercise (3)
나만의 맛집 (3)
냥이 (10)
육아 (16)
Total
Today
Yesterday
04-19 00:04




소스트리 최신 버전(1.10.x)을 받고 위와 같은 에러가 나서 확인하다 답을 찾고 올려 놓음.



[해결방법]

1. C:\Users\myName\AppData\Local\Atlassian\SourceTree\git_local\mingw32\bin 위치의 dll파일들을 모두 Copy 한다.

2. C:\Users\myName\AppData\Local\Atlassian\SourceTree\git_local\mingw32\libexec\git-core 위치에 1.에서 Copy 한 File들을 Paste 한다.

3. 끝..


해당 위치에서 dll 파일을 참조 못해서 생기는 에러 같다.

다른 dll missing 문제도 같은 문제 인 듯..

(설명엔 37개라고 돼있는데 내가 할 땐 43개였음.)



[참조]

I've been struggling with similar issue where a fresh install of SourceTree on a different PC failed to clone with an error saying it couldn't find a DLL (specifaclly LIBEAY32.dll). It is all installed and working correctly on another PC. Eventually I found that 37 DLL's are in: C:\Users\myName\AppData\Local\Atlassian\SourceTree\git_local\mingw32\bin

But they should also be found at:

C:\Users\myName\AppData\Local\Atlassian\SourceTree\git_local\mingw32\libexec\git-core

After a Copy 'n' paste of all 37 DLL's into the git-core folder and it is now working. Hope this helps someone.



[출처]

https://answers.atlassian.com/questions/32972886/git-remote-https.exe-libcurl-4.dll-the-procedure-entry-point-sslctxsetalpnprotos-could-not-be-located-in-the-dll

반응형
Posted by blueasa
, |