如何使用 Xming 在 Unix 上使用 Git GUI

发布于 2024-11-09 16:59:35 字数 201 浏览 0 评论 0原文

我使用的是 Windows XP,并使用 Putty 登录到 Unix 系统,在其中运行多个 Git 命令。我还在我的 Windows 系统中安装了 Xming + Git GUI。

现在可以从我登录的 Unix 系统使用 Windows 中安装的 Git GUI 吗?例如,如果我给出 git diff ,它可以在我的 Windows Git GUI 中打开视觉差异吗?

I'm using Windows XP and I log in to a unix system using Putty where I run several Git commands. I have also installed Xming + Git GUI in my Windows system.

Now is it possible to use the Git GUI installed in my windows from the Unix system I login? For instance, if I give, git diff can it open the visual difference in my Windows Git GUI?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

信愁 2024-11-16 16:59:35

我最近想通了..这就是我所做的,

  1. 我已经启动了xming和putty(启用了X11转发)
  2. 然后登录到Unix后,我将DISPLAY环境变量设置为我的localIP:0.0(xming端口)
  3. 然后我有命令 git difftool HEAD myfilename 打开 p4Merge (我已经在 Windows 中安装了)并在 GUI 中显示了不同的内容。

I figured it out lately.. This is what I did,

  1. I have started xming and the putty (with X11 forwarding enabled)
  2. Then after login to Unix, i set the DISPLAY environment variable to my localIP:0.0 (xming port)
  3. Then I have the command, git difftool HEAD myfilename, which opened the p4Merge (which i had already installed in my windows) and showed the different in GUI.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文