-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Description
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
- create new repo in the application
- add files
- commit
- 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/
301 Moved Permanently
nginx `