Github desktop linux kali

berkorbay / github_desktop_ubuntu.sh

This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters

# # Follow this link for further updates to Github Desktop for Ubuntu https://github.com/shiftkey/desktop/releases/latest
# UPDATE (2022-11-07): Thanks to Sxvxgee’s message, the updated code is as follows
sudo wget https://github.com/shiftkey/desktop/releases/download/release-3.1.1-linux1/GitHubDesktop-linux-3.1.1-linux1.deb
# ## Uncomment below line if you have not installed gdebi-core before
# sudo apt-get install gdebi-core
sudo gdebi GitHubDesktop-linux-3.1.1-linux1.deb
# UPDATE (2021-10-18): Thanks to Amin Yahyaabadi’s message, the updated code is as follows
# sudo wget https://github.com/shiftkey/desktop/releases/download/release-2.9.3-linux3/GitHubDesktop-linux-2.9.3-linux3.deb
# ## Uncomment below line if you have not installed gdebi-core before
# sudo apt-get install gdebi-core
# sudo gdebi GitHubDesktop-linux-2.9.3-linux3.deb
# UPDATE (2021-03-05): Thanks to PaoloRanzi81’s comment, the updated code is as follows https://gist.github.com/PaoloRanzi81
# sudo wget https://github.com/shiftkey/desktop/releases/download/release-2.6.3-linux1/GitHubDesktop-linux-2.6.3-linux1.deb
# ## Uncomment below line if you have not installed gdebi-core before
# sudo apt-get install gdebi-core
# sudo gdebi GitHubDesktop-linux-2.6.3-linux1.deb
# # Initial post
# sudo wget https://github.com/shiftkey/desktop/releases/download/release-2.1.0-linux1/GitHubDesktop-linux-2.1.0-linux1.deb
# sudo gdebi GitHubDesktop-linux-2.1.0-linux1.deb

Tried installing on arm64 Ubuntu 20.04, this is what I’m getting, any idea how to fix?
sudo gdebi GitHubDesktop-linux-3.0.0-linux2.deb Reading package lists. Done Building dependency tree Reading state information. Done Reading state information. Done This package is uninstallable Dependency is not satisfiable: libgtk-3-0

Worked perfect on Linux Mint 19.3!! Many thanks for this great job!!

Why ubuntu not officialy publish GITHUB DESKTOP ?

snd

hi have a problem, after signing in through the browser am not redirected back to the app and the github app keeps on loading without signing in

.

Good day. Could you update the script again? This is the version I used to install:
sudo wget https://github.com/shiftkey/desktop/releases/download/release-2.9.3-linux3/GitHubDesktop-linux-2.9.3-linux3.deb
sudo gdebi GitHubDesktop-linux-3.0.3-linux1.deb

Is this repository the proper source of the package version and name?
https://github.com/shiftkey/desktop/releases

snd

hi have a problem, after signing in through the browser am not redirected back to the app and the github app keeps on loading without signing in .

what distro are you using?

Muito obrigado, funcionou perfeitamente

Try to use the software under wls2 w11 and the software launched. Unforunately it cannot pass the login request to Chrome with error «Unknown or unsupported transport “disabled” for address “disabled:” Try to use firefox but there is not even a passing of request over I can sense.

Me three. Is this app unsupported on WSL?

Thank you 👍 Works for Ubuntu 20.04 LTS

It always worked for me. I’ve come here many times when I needed github desktop in my ubuntu, but today I installed it one more time (I have a fresh jellyfish) and it keeps crashing, dont know what to do, guess I will try again, maybe its just a bug.

Edit: I ended up using prkrmx commands and it worked just fine 🙂

:~$ lsb_release -a No LSB modules are available. Distributor ID: Redflag Description: RedFlag Desktop 11.0 Release: 11.0 Codename: Kunlun

Installed this on two flavors of Ubuntu and it installs and runs but then no functionality works for me. The only command from the toolbar that works is to quit the app. Even Help->About doesn’t bring up a dialog. Any ideas how to fix this?

Читайте также:  Изменить имя компьютера linux debian

I’m running Ubuntu 22.04 LTS, and I could only get the GUI to run after running
github-desktop —disable-gpu-sandbox
not sure if this will help anyone else

I’m running Ubuntu 22.04 LTS, and I could only get the GUI to run after running github-desktop —disable-gpu-sandbox not sure if this will help anyone else

Same here, don’t run in 22.04 LTS, but when I try to run it with dedicated graphics card it tun but stock in the GUI and menu doesn’t work..and then finally i tried your solution by running github-desktop —disable-gpu-sandbox on the terminal, it runs perfectly.

Tested on Kali Linux and it is working great.

Wah bahut badhiya
Lekin aur badhiya banane ki ninja technic hai mere pass Iska .deb file banake main download page me daal do na

Working very good on Ubuntu Budgie. Thank you.

Works on Ubuntu 22.04. Thanks a lot.

It opens and authenticates, but doesn’t show up my repositories

2022-09-29T13:16:12.304Z — error: [ui] fetchMetadata: unable to load metadata from ‘https://github.com/api/v3/meta’ as a fallback
Error: API error https://github.com/api/v3/meta: (404)
at _t (/home/aislan/webpack:/[name]/app/src/lib/http.ts:178:11)
at /home/aislan/webpack:/[name]/app/src/lib/api.ts:1688:11
at Vn.endpointSupportsBasicAuth (/home/aislan/webpack:/[name]/app/src/lib/stores/sign-in-store.ts:255:11)
at Vn.setEndpoint (/home/aislan/webpack:/[name]/app/src/lib/stores/sign-in-store.ts:549:13)

I’m running Ubuntu 22.04 LTS, and I could only get the GUI to run after running github-desktop —disable-gpu-sandbox not sure if this will help anyone else

Thanks to @berkorbay for the script and to @coreysparks for the Tip, it help me in my case.

Thanks it work fine for me

I’m running Ubuntu 22.04 LTS, and I could only get the GUI to run after running github-desktop —disable-gpu-sandbox not sure if this will help anyone else

Thanks to @berkorbay for the script and to @coreysparks for the Tip, it help me in my case.

Same, and this makes sense since I’m running jellyfish in a VM.

Has anyone figured out how to make this runnable from the favourites bar? I’ve gotten so far:

You have to find the .desktop file in /usr/share/applications and then copy it to ~/.local/share/applications and edit the Exec line to include —disable-gpu-sandbox but I can’t figure out what to put in the Exec line to make it work, any advice appreciated!

Exec=github-desktop —disable-gpu-sandbox %U

[Desktop Entry]
Name=GitHub Desktop
Comment=Simple collaboration from your desktop
GenericName=GitHub Desktop
Exec=github-desktop —disable-gpu-sandbox %U
Icon=github-desktop
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Utility;
MimeType=x-scheme-handler/x-github-client;x-scheme-handler/x-github-desktop-auth;x-scheme-handler/x-github-desktop-dev-auth;

Thanks @Menayer that’s working for me!

Thanks! Work in Ubuntu 20.04

Читайте также:  Create operating system linux

It works perfectly on Ubuntu 22.4 LTS!

I’m running Ubuntu 22.04 LTS, and I could only get the GUI to run after running github-desktop —disable-gpu-sandbox not sure if this will help anyone else

Thank you so much this worked for me, on Ubuntu 22.04 after struggling for sometime

I guess that happens with those with discrete gpu, i have intel igpu with mesa drivers, so i had no issues with the gui

Thanks, it works on Ubuntu 20.04

Wait, I’m confused. why would we do this and not just use the available Flathub version? Is this version a better 3.1.1? Anyone know if the Flathub version requires you to disable gpu sandbox?

for kali linux or Debian os
sudo dpkg -i GitHubDesktop-linux-3.1.1-linux1.deb

Thank you! Worked like a charm. If you’re having any trouble on Ubuntu, extract the folder somewhere (I extracted to /home/usr/Documents/ but I’m not sure if that’s best practices), navigate to the .sh file, right click, hit Properties, toggle «Executable as program» to on, exit out out of the Properties window, right click the .sh file again and hit «Run as program».

Hi, is Raspberry Pi (arm architecture) supported yet? I got the error:
Wrong architecture ‘amd64’ — Run dpkg —add-architecture to add it and update afterwards
when executing
sudo gdebi GitHubDesktop-linux-3.1.1-linux1.deb .
Many thanks.

works perfectly fine on ubuntu 22.04 lts

sudo wget https://github.com/shiftkey/desktop/releases/download/release-3.1.1-linux1/GitHubDesktop-linux-3.1.1-linux1.deb sudo dpkg -i GitHubDesktop-linux-3.1.1-linux1.deb 

Worked on ubuntu 22.04 LTS.

launch with github-desktop

Somehow the GUI can only display changes and commit but cannot fetch/pull/push

I can do ssh command line based on ssh-agent etc. per Github ssh pages. And my github gui is login (and logout and login ok just in case). Not sure what is the problem. (Have run in another ubuntu and it is fine. There must be one more step I missed and it is not in here!)

`git -c credential.helper= fetch --progress --prune --recurse-submodules=on-demand origin` exited with an unexpected code: 128. stderr: git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. (The error was parsed as 2: Authentication failed. Some common reasons include: - You are not logged in to your account: see File > Options. - You may need to log out and log back in to refresh your token. - You do not have permission to access this repository. - The repository is archived on GitHub. Check the repository settings to confirm you are still permitted to push commits. - If you use SSH authentication, check that your key is added to the ssh-agent and associated with your account. - If you use SSH authentication, ensure the host key verification passes for your repository hosting service. - If you used username / password authentication, you might need to use a Personal Access Token instead of your account password. Check the documentation of your repository hosting service.) 

I finally resolve it by not doing any git or gh in command line (to avoid ssh) but sync via the GUI. And also move my organization as this GUI seem cannot sync other than the original user.

Читайте также:  Linux где хранятся маршруты

May be somehow there could be token access (not finding it in GUI) or somehow start the ssh agent before the GUI start. But I just use the shortcut to do my work.

Источник

dvmn-tasks / github_desktop_linux.md

По этой ссылке вы можете найти релизы Github Desktop для Linux. Чтобы скачать один из них, кликните по нужному названию (например, GitHubDesktop-linux-amd64-1.4.2-linux1.deb ).

Если вы используете Ubuntu или Debian — вам нужен установщик с расширением .deb . Скачайте его, откройте и нажмите install в появившемся окошке. Готово, программа установлена.

Запустить программу можно из меню:

Или наберите в командной строке:

Не открылось окошко/не нажимается install

Попробуйте сделать это из терминала. Откройте Свойства у скачанного установщика и посмотрите полный путь до него. Затем откройте терминал и наберите следущее:

cd /путь/до/установщика sudo dpkg -i имя_файла.deb

В командах выше вам нужно самим вставить имя скачанного файла и путь до него.

У меня не Debian и не Ubuntu

Дистрибутивов Linux очень много, и, возможно, вы используете тот, в котором нет системы dpkg . Попробуйте найти в интернете как устанавливать программы на вашей системе. Скорее всего, один из предоставляемых установщиков вам подойдёт.

Статья написана в образовательных целях на онлайн-курсе для веб-разработчиков dvmn.org.

Как запустить это десктопное приложение почему-то нигде не сказано(

Есть хороший формат AppImage. Он весит чуть больше, чем обычные, зато сразу одним файлом и со всеми зависимостями внутри. Не нужно потом захламлять систему.

После установки и настройки GitHub desktop в /etc/profile.d/GitHub появился скрипт «GitHub Desktop.sh» с пробелом в названии. Как следствие при авторизации в Ubuntu постоянно появляется ошибка типа:

Error found when loading /etc/profile:

/etc/profile: line 22: [: /etc/profile.d/GitHub: binary operator expected

As a result the session will not be configured correctly.
You should fix the problem as soon as feasible

Долго не мог залогиниться с Linux Mint (Ubuntu), после авторизации на сайте браузер не перенаправлял в github-desktop. Вот фикс, если кому-то понадобится в будущем.

image

  1. После того как авторизовались в браузере, на странице переадресации копируем ссылку (click here) — см. скриншот.
  2. Не закрываем github-desktop, который в этот момент всё ещё ждёт авторизации в браузере.
  3. Открываем терминал и выполняем: github-desktop «вставить-ссылку-сюда» (кавычки не убирать). Ссылка начинается с «x-github-desktop-dev-auth://».
  4. Теперь должно открыться первое окно github-desktop с вашим аккаунтом. Поздравляю, вы всё-таки авторизовались!

Опять без поддержки ARM64 -_-

Опять компилить из исходников.

You can’t perform that action at this time.

Источник

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