git-remote-https.exe 无法找到入口

执行 git clone repertoryURL 时,弹出提示框。提示内容如下:

git-remote-https.exe - 无法找到入口

无法定位程序输入点 curl_global_sslet 于动态链接库 libcur-4.dll 上。

经过网上搜索,搜索到类似的错误: https://community.atlassian.com/t5/SourceTree-questions/git-remote-https-exe-libcurl-4-dll-The-procedure-entry-point-SSL/qaq-p/427587

简要的说明原因,是因为电脑中存在两个可识别的 libcur-4.dll,它不知道该定位哪一个时就报错了。

【解决方案】

1. 搜索 libcur-4.dll ,查看在电脑中是否存在两个位置, 我的电脑搜索出来结果如下。

2. 将 bin 目录中的 libcur-4.dll 覆盖 libexec 里的 libcur-4.dll。

至此,就可以正常使用了。

我这里产生原因不太清楚,总归是解决了。

时间: 2024-08-29 03:51:27

git-remote-https.exe 无法找到入口的相关文章

Git学习篇之git remote add origin错误

提示出错信息:fatal: remote origin already exists. 解决办法如下: 1.先输入$ git remote rm origin 2.再输入$ git remote add origin git@github.com:djqiang/gitdemo.git 就不会报错了! 3.如果输入$ git remote rm origin 还是报错的话,error: Could not remove config section 'remote.origin'. 我们需要修改

git之https或http方式设置记住用户名和密码的方法

https方式每次都要输入密码,按照如下设置即可输入一次就不用再手输入密码的困扰而且又享受https带来的极速 设置记住密码(默认15分钟): git config --global credential.helper cache 如果想自己设置时间,可以这样做: git config credential.helper 'cache --timeout=3600' 这样就设置一个小时之后失效 长期存储密码: git config --global credential.helper store

二、git remote

为了便于管理,Git要求每个远程主机都必须指定一个主机名 git remote命令就用于管理主机名. 不带选项的时候,git remote命令列出所有远程主机 $ git remote origin 使用-v选项,可以参看远程主机的网址 $ git remote -v origin [email protected]:jquery/jquery.git (fetch) origin [email protected]:jquery/jquery.git (push) 上面命令表示,当前只有一台远

Git 远程仓库 git remote

http://blog.csdn.net/s0228g0228/article/details/45368155 Git remote -v 查看现有远程仓库的地址url 三种方式都可以. 1. 修改命令git remote set-url origin <URL> 更换远程仓库地址.把<URL>更换为新的url地址. 2.先删后加git remote rm origin git remote add origin [email protected]:Liutos/foobar.g

git remote 仓库命令 rebase 和 merge

git remote add origin https://git.oschina.net/wcms/WCMS.git //添加仓库 git remote 查看当前仓库 git remote remove origin //删除仓库 git push origin  :version  //删除远程分支 git remote 仓库命令 rebase 和 merge

[git 学习篇] git remote add origin错误

http://blog.csdn.net/dengjianqiang2011/article/details/9260435 如果输入$ Git remote add origin [email protected]:djqiang(github帐号名)/gitdemo(项目名).git 提示出错信息:fatal: remote origin already exists. 解决办法如下: 1.先输入$ git remote rm origin 2.再输入$ git remote add ori

github push出错(1)You can&#39;t push to git:// Use https://

fatal: remote error: You can't push to git://github.com/niexiaobo/remote.git Use https://github.com/niexiaobo/remote.git 解决: 1.切换到checkout的文件夹(比如当前项目保存到/Users/mac/Desktop/SHiosProject/gitMangerfiles/KVO) nie-xiao-bo-mac-pro:~ mac$ cd /Users/mac/Deskt

使用tortoisegit工具git地址中带号码密码的拉取,以及使用这种方式后中途重置密码报git remote: HTTP Basic: Access denied 错误解决办法

1. 在拉取git项目时可以在地址中直接指定号码密码如下就可以直接拉取下来 https://username:[email protected] 需要注意,因为在解析地址时是以@符号作为地址信息和用户信息的分隔,所以再用户名和密码中如果有@符号,需要转义为%40 才能正常拉取和推送 2.在使用这种方式拉取的项目后,如果中途有重置过git的账号密码,在进行pull或者push操作时,会报git remote: HTTP Basic: Access denied错误,网上查到到的命令行清除账号密码信

关于Idea里设置Terminal为Git/bin/bash.exe中文乱码的问题的终极解决方案

1.这里如果设置为Git/git-bash.exe确实不会乱码,但是每次点Idea里的Terminal都会弹出一个单独的terminal窗口而非在idea子窗口里出现: 2.因此需要设置为Git/bin/bash.exe,但是这个东西它本质上貌似是用Cmd.exe来打开的?(反正需要设置页编码为65001),而且坑爹的还是它不支持chcp命令,不然还能设置AutoRun chcp 65001: 最终找了一个下午,终于在注册表里看到了改变方法,在注册表:HKEY_CURRENT_USER/Cons