What should I do if…
I have encountered an issue listed here?
I have encountered an issue listed here?
I have additional questions about an issue listed here?
I have additional questions about an issue listed here?
- Additional details about your situation
- Whether the workaround worked for you
- Any other information that might help
My issue is not listed here?
My issue is not listed here?
- Check the open bugs in the issue tracker
- Check closed bugs to see if it’s been fixed
- If you can’t find it, open a new issue
macOS Issues
Authentication and Keychain
'The username or passphrase you entered is not correct' after signing in
'The username or passphrase you entered is not correct' after signing in
- Open
Keychain Access.app - Right-click on the
loginkeychain and lock it - Right-click on the
loginkeychain and unlock it - Sign into your GitHub account again
Updates and Installation
'Could not create temporary directory: Permission denied' when checking for updates
'Could not create temporary directory: Permission denied' when checking for updates
~/Library/Caches/com.github.GitHubClient.ShipIt folder used during updates.Workaround:- Close GitHub Desktop
- Open Finder and navigate to
~/Library/Caches/ - Right-click
com.github.GitHubClient.ShipItand select Get Info - Expand Sharing & Permissions
- Add yourself with “Read & Write” permissions if needed
- Restart GitHub Desktop and check for updates
Frequent admin password prompts to install helper tool
Frequent admin password prompts to install helper tool
/Applications/GitHub Desktop.app is set to root. This commonly happens after using macOS Migration Assistant to transfer to a new computer.Background: GitHub Desktop auto-updates by modifying its application folder. If the current user doesn’t own the folder, admin privileges are required.Workaround:Restore ownership to the current user by running in Terminal:Windows Issues
Display and Graphics
Window hidden after detaching secondary monitor
Window hidden after detaching secondary monitor
Black screen when launching GitHub Desktop
Black screen when launching GitHub Desktop
- Open PowerShell
- Run:
$env:GITHUB_DESKTOP_DISABLE_HARDWARE_ACCELERATION=1 - Launch GitHub Desktop
GITHUB_DESKTOP_DISABLE_HARDWARE_ACCELERATION with value 1 to your system environment variables.Related Issue: #3921Network and Certificates
Certificate revocation check fails on corporate networks
Certificate revocation check fails on corporate networks
'Failed to open CA file' after update
'Failed to open CA file' after update
C:\ProgramData\Git\config contains an http.sslCAInfo entry that conflicts with Desktop’s bundled Git.Background: Desktop uses Windows Certificate Store via SChannel and doesn’t need custom certificates. The global config value may point to a non-existent file.Workaround:-
Verify the problem:
Look for:
file:"C:\ProgramData/Git/config" http.sslcainfo=... -
Open
C:\ProgramData\Git\configas administrator -
Remove these lines:
Authentication and System Configuration
Authentication errors due to modified registry entries
Authentication errors due to modified registry entries
Command Processor registry entries interfere with authentication.Workaround:- Open Registry Editor (regedit.exe)
- Check these locations:
HKEY_CURRENT_USER\Software\Microsoft\Command Processor\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor\
- Look for an
Autorunvalue - Delete the
Autorunvalue if present - Restart GitHub Desktop
'Not enough resources' error when signing in
'Not enough resources' error when signing in
- Open Credential Manager from Control Panel
- Click Windows Credentials
- Review the list and delete unnecessary credentials
- Try signing in again
Git and System Compatibility
Cygheap errors when Mandatory ASLR is enabled
Cygheap errors when Mandatory ASLR is enabled
- Disable Mandatory ASLR system-wide in Windows Defender Exploit Protection, or
- Add explicit exceptions for all executables under
<Git>\usr\binthat depend on MSYS2
Repositories with Folder Redirection are not supported
Repositories with Folder Redirection are not supported
Development Environment Issues
node-keytar compilation errors on Windows
node-keytar compilation errors on Windows
npm install fails with:npm install again.Related Issues:Need More Help?
- Search the GitHub Desktop issue tracker
- Check both open and closed issues
- If needed, open a new issue with details about your problem