github无法提交的问题

来源:互联网 发布:工行个人网络抵押贷款 编辑:程序博客网 时间:2024/06/08 09:21

Question:Git failed with a fatal error. pull –verbose –progress –no-edit –no-stat –recurse-submodules=no

1、Solution One:

I had a different problem. My computer contained older OpenSSL DLLs in system32 and syswow64 so to fix my problem, I had to copy libeay32.dll and ssleay32.dll from one folder to another folder within the GIT-folders of VS2017.FROM: C:\Program Files (x86)\Microsoft Visual Studio\2017\vs_edition\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\Git\mingw32\bin\TO: C:\Program Files (x86)\Microsoft Visual Studio\2017\vs_edition\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\Git\mingw32\libexec\git-core

REF

PS:In general,there is no such two Dlls.

2、Solution Two:

You should solve conflict first(choose the checkBox or rewrite the conflict code),then commit,pull。It will be finished;
原创粉丝点击