这是我在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 push fatal:遇到HttpRequestException.发送请求时发生错误." https://github.com "的用户名:jhower
我无法使用 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客户端克隆存储库