mirror of
https://github.com/desktop/desktop
synced 2024-10-31 11:07:25 +00:00
1.7 KiB
1.7 KiB
Installing GitHub Desktop
GitHub Desktop currently supports Windows 7 (or higher) and macOS 10.9 (or higher).
macOS
Download the GitHub Desktop.zip
, unpack the application and add to your Applications list.
Windows
On Windows you have two options:
- Download the
GitHubDesktopSetup.exe
and run it to install it for the current user. - Download the
GitHubDesktopSetup.msi
and run it to install a machine-wide version of GitHub Desktop - each logged-in user will then be able to run GitHub Desktop from the program at%PROGRAMFILES(x86)\GitHub Desktop Installer\desktop.exe
Data Directories
GitHub Desktop will create directories to manage the files and data it needs to function. If you manage a network of computers and want to install GitHub Desktop, here is more information about how things work.
macOS
~/Library/Application Support/GitHub Desktop/
- this directory contains user-specific data which the application requires to run, and is created on launch if it doesn't exist. Log files are also stored in this location.
Windows
%LOCALAPPDATA%\desktop\
- contains the latest versions of the app, and some older versions if the user has updated from a previous version.%APPDATA%\GitHub Desktop\
- this directory contains e user-specific data which the application requires to run, and is created on launch if it doesn't exist. Log files are also stored in this location.
Log Files
GitHub Desktop will generate log files if an unhandled exception is raised, to assist with troubleshooting. They are located in the data directory that GitHub Desktop uses (see above) and have the format YYYY-MM-DD.desktop.production.log
, where YYYY-MM-DD
is the current day.