question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to sync repositories using GitHub Desktop: fatal error 0x80092012

See original GitHub issue

Description

Hi I was trying to use GitHub Desktop to work with my repos, but I get an error like this (when cloning from or publishing to new repos):

fatal: unable to access ‘https://github.com/askbow/contact-expand.git/’: schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - ������� ������ �� ������ ���������� �������� ������ ��� �����������.

Version

GitHub Desktop version: 1.0.4

OS version: Microsoft Windows [Version 6.1.7601]

Steps to Reproduce

  1. create new repo in the application
  2. add files
  3. commit
  4. press “publish”

Expected behavior: the repo syncs up to Github

Actual behavior: Unknown error (0x80092012)

Reproduces how often: everytime

Logs

2017-10-25T08:40:09.832Z - info: [ui] [AppStore.withAuthenticatingUser] account found for repository: contact-expand - askbow (has token) 2017-10-25T08:40:10.404Z - error: [ui] git -c credential.helper= push origin master --set-upstream --progress exited with an unexpected code: 128. fatal: unable to access 'https://github.com/askbow/contact-expand.git/': schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - ������� ������ �� ������ ���������� �������� ������ ��� �����������.

Additional Information

I tried to curl the URI in the error, and I get this: `>curl https://github.com/askbow/contact-expand.git/

<html> <head><title>301 Moved Permanently</title></head> <body bgcolor="white"> <center>

301 Moved Permanently

</center>
<center>nginx</center> </body> </html>`

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

5reactions
demix506commented, Jun 5, 2018

Nice. im fix its problem, down Kaspersiky

5reactions
askbowcommented, Oct 26, 2017

Confirmed it by installing the crypto provider back. This breaks desktop operation as I described above.

On their support forum I found a workaround: disable validation by setting DWORD HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\SecurityProviders\SCHANNEL\ManualCredValidation to 1.

Probably not best practice, but will work for the time being.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Github Desktop Error when pushing/syncing/pulling #21810
However, when I try to push the commit, the following error is shown: fatal: unable to access 'https://github.com/NickatGIHS/pykemon.git/': ...
Read more >
Sign up
Fatal: unable to access 'https://github.com/xxx.git/': schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - The ...
Read more >
Provide a better error message for schannel errors #3326
... Unable to sync repositories using GitHub Desktop: fatal error 0x80092012 #3156 · Unable to clone, fetch, or push on GitHub (with ...
Read more >
The revocation function is unable to check ...
This error suggests something is meddling with the revocation step ... fatal: unable to access '[repo name]': SSL certificate problem: self ...
Read more >
Troubleshooting cloning errors
Error : The requested URL returned error: 403 while accessing > https://github.com/USER/REPO.git/info/refs > fatal: HTTP request failed
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found