相关疑难解决方法(0)

不能推git,visual studio.Git因致命错误而失败.致命:遇到HttpRequestException

这是我在visual studio上的错误.我无法弄清楚是否有配置来解决这个问题.另外,我被限制安装git命令行工具.

Error encountered while pushing to the remote repository: Git failed with a fatal error.
fatal: HttpRequestException encountered.
   An error occurred while sending the request.
error: cannot spawn askpass: No such file or directory
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Run Code Online (Sandbox Code Playgroud)

git visual-studio-2017

36
推荐指数
2
解决办法
2万
查看次数

git push让我登录github.致命:遇到HttpRequestException

每次我推送我的更改,无论我在哪个分支,它都会提示输入用户名.输入用户名后,会弹出一个警告,提示我输入密码.一旦我这样做,那么就会推动变革.这刚刚开始发生,每次推送更改时输入我的登录信息都很烦人.有什么建议?

$ git push fatal:遇到HttpRequestException.发送请求时发生错误." https://github.com "的用户名:jhower

git github httprequest git-push

6
推荐指数
1
解决办法
2901
查看次数

错误:1400410B:SSL 例程:CONNECT_CR_SRVR_HELLO:版本号错误

我无法使用 https 克隆任何 github 存储库,但可以克隆一个 bitbucket/gitlab 存储库。

git clone git@github.com:xxx/xxx.git 有用。

git clone http://github.com/xxx/xxx.git 它也有效。

git clone https://github.com/xxx/xxx.git 我收到此错误:

Cloning into 'xxx'...
fatal: unable to access 'https://github.com/xxx/xxx.git/': error:1400410B:SSL 
routines:CONNECT_CR_SRVR_HELLO:wrong version number
Run Code Online (Sandbox Code Playgroud)

非常感谢任何建议/见解。

注意:我可以使用SourceTree客户端克隆存储库

git

5
推荐指数
1
解决办法
2万
查看次数

标签 统计

git ×3

git-push ×1

github ×1

httprequest ×1

visual-studio-2017 ×1