企业Github帐户的访问被拒绝错误。错误:14077419

时间:2017-12-11 06:52:54

标签: git github

我使用github企业帐户创建了一个存储库,当我尝试将我的代码推送到远程存储库时,它会出现以下错误。

fatal: unable to access '[The repository URL]': error:14077419:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert access denied

要绕过防火墙,我已在我的用户帐户文件夹的根目录中添加了.gitconfig文件。

此外,我下载了Github Desktop应用程序,并使用我的Windows用户帐户成功配置了它。从该应用程序,我能够浏览远程存储库中的项目,但无法克隆单个项目。它给出了以下错误。

WARNING: 'git lfs clone' is deprecated and will not be updated
          with new flags from 'git clone'

'git clone' has been updated in upstream Git to have comparable
speeds to 'git lfs clone'.
Cloning into [my folder location]
fatal: unable to access '[repository URL]': schannel: next InitializeSecurityContext failed: SEC_E_ILLEGAL_MESSAGE (0x80090326) - This error usually occurs when a fatal SSL/TLS alert is received (e.g. handshake failed). More detail may be available in the Windows System event log.
Error(s) during clone:
git clone failed: exit status 128

有人可以向我提出这个问题。

0 个答案:

没有答案
相关问题