Github desktop windows 32 bit

GitHub Desktop

Focus on what matters instead of fighting with Git. Whether you’re new to Git or a seasoned user, GitHub Desktop simplifies your development workflow.

By downloading, you agree to the Open Source Applications Terms.

Attribute commits with collaborators easily

Quickly add co-authors to your commit. Great for pairing and excellent for sending a little love/credit to that special someone who helped fix that gnarly bug of yours. See the attribution on the history page, undo an accidental attribution, and see the co-authors on github.com

Checkout branches with pull requests and view CI statuses

See all open pull requests for your repositories and check them out as if they were a local branch, even if they’re from upstream branches or forks. See which pull requests pass commit status checks, too!

Syntax highlighted diffs

The new GitHub Desktop supports syntax highlighting when viewing diffs for a variety of different languages.

Expanded image diff support

Easily compare changed images. See the before and after, swipe or fade between the two, or look at just the changed parts.

Extensive editor & shell integrations

Open your favorite editor or shell from the app, or jump back to GitHub Desktop from your shell. GitHub Desktop is your springboard for work.

Community supported

GitHub Desktop is open source now! Check out our roadmap, contribute, and help us make collaboration even easier.

GitHub Desktop

Описание программы

GitHub Desktop — это клиент одноименного веб-сервиса для Windows, которым пользуются большинство разработчиков. Сервис позволяет создавать репозитории, в которых содержаться все файлы программного продукта, а в дальнейшем разработчик может поддерживать свой код, обновлять версии и взаимодействовать с пользователями.

Кроме того, GitHub позволяет работать над проектом командно — для этого внедрен функционал контроля версий и обсуждения задач. Сервис поддерживает практически все языки программирования, а за счет подсветки синтаксиса и автосохранения изменений можно работать с файлами проекта прямо из интерфейса.

Читайте также:  Сброс пароля администратора windows с usb

GitHub Desktop является отличным инструментом для разработки проектов, который предоставляет все те же возможности, что есть в сервисе, и при этом отпадает необходимость использовать браузер. После установки вам достаточно будет ввести данные своего аккаунта, а далее работать в привычном режиме с помощью удобного клиента Windows.

Преимущества и недостатки

  • Современный интерфейс
  • Обширный функционал для работы с проектами
  • Поддержка множества языков программирования
  • Возможность совместной работы
  • Система контроля версий
  • Сложно использовать (для новичков)
  • Ограниченные возможности в бесплатной версии сервиса

Функции и особенности

Скриншоты

Скриншоты интерфейса и рабочих окон GitHub Desktop.

Как пользоваться

Видео инструкция по использованию и настройке GitHub Desktop.

Скачать бесплатно

Скачайте последнюю версию GitHub Desktop (2.2.4) по прямой ссылке с нашего сайта. Программа совместима с операционными системами Windows 10, 8, 7 разрядностью 32/64-bit. Данный программный продукт распространяется условно-бесплатно, а его интерфейс доступен на английском языке. Также вы можете скачать программу по ссылке с официального сайта.

  • 2.2.4
  • 87.3 Мб
  • 480

Безопасная загрузка файла с нашего сервера!

Отзывы

Отзывов о GitHub Desktop пока нет. Добавите первый?

32-bit Windows support? #1214

Comments

joshaber commented Apr 14, 2017

@megbird is seeing this error when she tries to install:

The message that sticks out to me is:

From a bit of googling, it looks like this is usually caused by trying to install a 64-bit app on a 32-bit OS.

So I guess the outstanding questions are:

  1. Can we do something to give users a better error message?
  2. Should make a 32-bit version?

The text was updated successfully, but these errors were encountered:

shiftkey commented Apr 14, 2017

Can we do something to give users a better error message?

Not without a fair bit of work — this is inside Squirrel which is then encountering that Win32 message.

This means we’d also need to start packaging dugite-native as 32-bit, which then means more testing and packaging shenanigans.

I had a quick look to see if we were tracking our 32/64-bit OS percentage but couldn’t spot it in graphite. Another interesting benchmark would be to see the variation in recent User-Agent activity on dotcom (encompassing users not necessarily running the Classic app) and how that’s split between 32-bit and 64-bit.

For example, this is Chrome on Windows 10 64-bit: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36

Читайте также:  Gigabyte windows utility manager

joshaber commented Apr 17, 2017

Alright it sounds like this is out of scope for beta then. We can make a more informed choice about 32-bit support when we see what demand is like.

niik commented Apr 18, 2017

Alright it sounds like this is out of scope for beta then. We can make a more informed choice about 32-bit support when we see what demand is like.

FWIW it looks like we’re currently holding pretty steady at 3% of our users on 32-bit only operating systems on Windows over the last month. (Sorry for the shitty graph)

Can we do something to give users a better error message?

It’s a really shitty message :/

If we decide do not ship a 32-bit version, and assuming that we can’t change how squirrel works we should change the parts that we do control.

We could make it harder to accidentally download the client from a 32 bit OS. If we could do platform detection on the new TNG site we should show a message that the client isn’t available on 32 bit and maybe show a tiny link to download the 64 bit version in case people need to get it onto a usb or something.

Github desktop windows 32 bit

GitHub Desktop is an open source Electron-based GitHub app. It is written in TypeScript and uses React.

Where can I get it?

Download the official installer for your operating system:

You can install this alongside your existing GitHub Desktop for Mac or GitHub Desktop for Windows application.

NOTE: there is no current migration path to import your existing repositories into the new application — you can drag-and-drop your repositories from disk onto the application to get started.

Want to test out new features and get fixes before everyone else? Install the beta channel to get access to early builds of Desktop:

The release notes for the latest beta versions are available here.

There are several community-supported package managers that can be used to install GitHub Desktop:

  • Windows users can install using Chocolatey package manager: c:\> choco install github-desktop
  • macOS users can install using Homebrew package manager: $ brew install —cask github

Installers for various Linux distributions can be found on the shiftkey/desktop fork.

Читайте также:  Linux копия загрузочной флешки

Arch Linux users can install the latest version from the AUR.

Is GitHub Desktop right for me? What are the primary areas of focus?

This document describes the focus of GitHub Desktop and who the product is most useful for.

And to see what the team is working on currently and in the near future, check out the GitHub Desktop roadmap.

I have a problem with GitHub Desktop

Note: The GitHub Desktop Code of Conduct applies in all interactions relating to the GitHub Desktop project.

First, please search the open issues and closed issues to see if your issue hasn’t already been reported (it may also be fixed).

There is also a list of known issues that are being tracked against Desktop, and some of these issues have workarounds.

If you can’t find an issue that matches what you’re seeing, open a new issue, choose the right template and provide us with enough information to investigate further.

The issue I reported isn’t fixed yet. What can I do?

If nobody has responded to your issue in a few days, you’re welcome to respond to it with a friendly ping in the issue. Please do not respond more than a second time if nobody has responded. The GitHub Desktop maintainers are constrained in time and resources, and diagnosing individual configurations can be difficult and time consuming. While we’ll try to at least get you pointed in the right direction, we can’t guarantee we’ll be able to dig too deeply into any one person’s issue.

How can I contribute to GitHub Desktop?

The CONTRIBUTING.md document will help you get setup and familiar with the source. The documentation folder also contains more resources relevant to the project.

If you’re looking for something to work on, check out the help wanted label.

See desktop.github.com for more product-oriented information about GitHub Desktop.

The MIT license grant is not for GitHub’s trademarks, which include the logo designs. GitHub reserves all trademark and copyright rights in and to all GitHub trademarks. GitHub’s logos include, for instance, the stylized Invertocat designs that include «logo» in the file title in the following folder: logos.

GitHub® and its stylized versions and the Invertocat mark are GitHub’s Trademarks or registered Trademarks. When using GitHub’s logos, be sure to follow the GitHub logo guidelines.

Оцените статью