![有没有可下载的 Linux 版 git 客户端,无需安装?](https://linux22.com/image/132556/%E6%9C%89%E6%B2%A1%E6%9C%89%E5%8F%AF%E4%B8%8B%E8%BD%BD%E7%9A%84%20Linux%20%E7%89%88%20git%20%E5%AE%A2%E6%88%B7%E7%AB%AF%EF%BC%8C%E6%97%A0%E9%9C%80%E5%AE%89%E8%A3%85%EF%BC%9F.png)
答案1
有一个非官方的应用程序图像的Github 桌面:https://github.com/shiftkey/desktop/releases
只需按照说明操作即可:
# Download it
wget https://github.com/shiftkey/desktop/releases/download/release-1.1.1/GitHubDesktop-linux-x86_64-1.1.1.AppImage
# Make it executable
chmod u+x GitHubDesktop-linux-x86_64-1.1.1.AppImage
# Run it (you can also double-click it)
./GitHubDesktop-linux-x86_64-1.1.1.AppImage
它应该看起来像: