How can I install GitExtensions in Mac OS?
I use Mac OS High Sierra version 10.13.6
If I run : mono GitExtensions.exe in the terminal there exist error like this :
How can I solve the error?
Update
I get a solution, so I try change to be like this :
There is exist new error like this :
If I run mono —version in the terminal, the result like this :
How can I solve the new error?
2 Answers 2
benhorgen’s answer is not entirely wrong. While there is a mono version of Git Extensions (v2.51 line) that does run just fine on Linux, it was my experience that even this mono version of GitExt doesn’t work correctly on Mac (app crashes). It may be possible to resolve these issues but I don’t believe there is any quick-and-easy path to getting it working.
I had filed a bug report with the mono team back in january and provided a good bit of technical detail. In that ticket, sancheolz proposed a potential workaround involving editing and rebuilding mono from source that you might try. But I no longer have access to a Mac and am unable to test it. I would recommend to read that ticket and the setup instructions I had linked to there* and to try the proposed custom mono workaround. If successful, the mono team could make a patch upstream so that it is fixed for everyone. If not, providing additional info directly to the mono project team still seems like the best path toward a resolution.
* Direct link to install instructions I used: here. Normally, I would include those details in my post as well but there is a fairly large amount of technical information in both that and the ticket that I can’t adequately reduce/simplify for this post. I had also originally filed the bug report with the git extensions project here and while the 2 issues are cross-linked, there may potentially be some small technical details that appear in one ticket but not the other.
How to install Git Extension on MacOS?
I need to install GitExtension on MacOS, but I can’t find any info about this.
after download I get compressed folder there is inside .exe file. I can’t execute .exe file on macOS.
So, maybe someone uses Git Extension on his laptop, please share an experience or maybe an alternative way should be used?
2 Answers 2
The footnote of the How to Run addresses Mac :
macOS Mono support for Git Extensions is unknown.
Note specifically though that you at least in 5.4 must run tMono in 32bit version as the 64bit WinForm support is incomplete. Start with —arch=32. http://www.mono-project.com/docs/about-mono/supported-platforms/osx/
Also, the wikis contain only 2 results for mac:
Version 2.5x (release/2.5x branch): JetBrains Rider/MonoDevelop (Linux) / MS Visual Studio for Mac (Mac)
So it is/was supported with MS Visual Studio.
Version 2.5x was the last cross-platform version, running both on Windows (MS .NET Framework) and on Linux/Mac (Mono).
This branch is in maintenance mode with no significant active development planned. .
4 Лучших GIT-клиента для Mac OS X
На данный момент существует много GIT клиентов под разные платформы, буть то Mac, Linux или Windows. Справедливости ради многие могут сказать, а зачем вообще нужны GIT клиенты если есть Терминал? Хороший вопрос, но тут дело вкуса и привычки, каждому свое.
Спешу поделится с вами самыми лучшими GIT приложениями под Mac, по моему мнению.
1 GitHub Desktop — от создателей GitHub’a. Они попытались сделать его максимально простым, но в то же время функциональным и понятным пользователю. Наследует Git Flow, позволяет в 2 клика сделать Pull request, что очень удобно если вы активный участник open source комьюнити. А так же удобный и приятный интерфейс не может не радовать.
Цена: бесплатно
Ссылка: скачать
2 Tower — лучший Git клиент под Mac. Приятный интерфейс, интеграция с многими популярными сервисами. Позволяет не выходя с приложения создать, склонировать уже существующий репозиторий. И многое другое. Рекомендую.
Цена: 69.00$ / 30-дней триал
Ссылка: скачать
3 GitUp — многообещающий проект, который не так давно появился. Полностью open source , что само собой хорошо. Из ключевых особенностей:
- отменить/повторить последнее действие (так же просто как нажать ctrl+z);
- снэпшоты — дает вернуться в любую точку сделанного вами изменения;
- быстрое изменение commit-message. Подробнее о всех возможностях можно прочитать на сайте.
Цена: б есплатно / open source
Ссылка:скачать
4 Sourcetree — отличный бесплатный клиент, от компании Атласиан. Очень похож на Tower, о котором я писал выше. Имеет ряд достоинств, среди которых приятный внешний вид и большой набор фич, как для новичка, так и для продвинутых пользователей. Из ключевых особенностей:
- поддержка git-flow из коробки — это модель ведения git проекта, которая несет в себе определенные правила к созданию бранчей. Очень удобно при работе в команде ;
- интерактивный ребейз — предоставляет инструмент, который визуально помогает решить проблемы, что возникают при ребейзе;
- Подробнее о всех возможностях можно прочитать на сайте.
Цена: б есплатно
Ссылка:скачать
Git extensions mac os
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
Git Extensions is a standalone UI tool for managing git repositories. It also integrates with Windows Explorer and Microsoft Visual Studio (2015/2017/2019).
Have a question? Come and talk to us: or send us a tweet
Windows only | |
---|---|
Runtime environment | MS Windows 7SP1+ MS .NET Framework 4.6.1+ |
Development | MS VS 2019, C# 8 VC++ (inc. ATL for x86/x64 for installer) |
Current dev status | |
Translations |
For more details please refer to versions comparison.
Windows | Linux/Mac | |
---|---|---|
Runtime environment | MS Windows 7SP1+ MS .NET Framework 4.6.1+ | Linux / Mac (possible) Mono 5.0+ (Recommended 5.14.0 or later) |
Development | MS VS 2015/2017, C#6 | MonoDevelop / JetBrains Rider / MS VS for Mac |
Current dev status | ||
Translations |
Download it now or install it with Chocolatey or AppGet.
If you want to update a portable version, you should delete all the files and the subfolders from the existing folder except:
- GitExtensions.settings
- WindowPositions.xml
- User defined themes in folder Themes
v3.4.3 | [ Download ] |
Current dev stream NB: expect 🦄 🦄 🐉 🐉 and 🐛 🐛 | [ Download ] |
Visual Studio VSIX (2015/2017/2019) | [ Download ] or install from Visual Studio via Extensions |
Visual Studio addin (2010/2012/2013) | Included with installer for the 2.x branch. Download and run setup.exe
|
Visual Studio Code VSIX Kudos to @pmiossec | [ Download ] or install via VSCode NB: Please direct all discussions about the VSIX to its own repo. |
IntelliJ platform IDEs Kudos to @DmitryZhelnin | [ Download ] or install via IDE Plugins settings NB: Please direct all discussions about this plugin to its own repo. |
Git Extensions for VS Code Kudos to @Carl-Hugo |