windows 如何为 MobaXterm 安装插件?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/16746251/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-09 10:32:35  来源:igfitidea点击:

How to install plugin for MobaXterm?

windowsunixremote-accessmobaxterm

提问by Mat.S

I need a terminal that will support svn on windows and I found that MobaXtermis one of them. However going to their plugin installation pagewhich says:

我需要一个在 Windows 上支持 svn 的终端,我发现MobaXterm就是其中之一。但是转到他们的插件安装页面,其中说:

To install these plugins, just download them and put them in the same directory than the MobaXterm executable.

要安装这些插件,只需下载它们并将它们放在与 MobaXterm 可执行文件相同的目录中。

So I downloaded it and put it in the file C:\Program Files (x86)\Mobatek\MobaXterm Personal Edition however I still get the error message

所以我下载了它并将其放入文件 C:\Program Files (x86)\Mobatek\MobaXterm Personal Edition 但是我仍然收到错误消息

Sorry: Svn is not included in this version of MobaXterm.

You can check online if you find a Svn plugin for MobaXterm
by ctrl+clicking here: http://mobaxterm.mobatek.net .
If you need a custom version of MobaXterm that includes Svn,
do not hesitate to ask us for a quotation: mailto:[email protected] .

Does anyone have experience with this software or recommended a terminal that can support svn in windows?

有没有人有这个软件的经验或推荐一个可以在windows中支持svn的终端?

回答by Kwame Ampem

You need to go into the C:\Program Files (x86)\Mobatek\MobaXterm Personal Editionor whichever edition you have and place the plugin there. Restart MobaXtermand it should work.

您需要进入C:\Program Files (x86)\Mobatek\MobaXterm Personal Edition您拥有的版本或任何版本并将插件放在那里。重新启动MobaXterm,它应该可以工作。

回答by Dipankar

I normally collect all the plugins which I require from http://mobaxterm.mobatek.net/plugins.html

我通常从http://mobaxterm.mobatek.net/plugins.html收集我需要的所有插件

Once the .mxt3 files are getting downloaded, I moved them to the installed folder where the MobaXterm_.exe is there.

一旦.mxt3文件越来越下载的,我把它们移动到安装文件夹中的MobaXterm_.exe文件是存在的。

After restarting MobaXterm, this will work like a champ.

重新启动 MobaXterm 后,这将像冠军一样工作。

Hope if this solves your issue faster.

希望这能更快地解决您的问题。

回答by k961

i know the question is old. but you should put the plugin into your home.

我知道这个问题很老了。但你应该把插件放到你家里。

if you check the setting you see this is the home directory

如果您检查设置,您会看到这是主目录

%CurrentDrive%:\Users\USERNAME\Documents\MobaXterm\home

witch is :

女巫是:

C:\Users\USERNAME\Documents\MobaXterm\home -- or whatever drive that u installed windows

i just installed the python plugin and it works fine

我刚刚安装了 python 插件,它工作正常

回答by JPMous

In Mobaxterm simply type : apt-get install subversion

在 Mobaxterm 中只需输入: apt-get install subversion

Usable just right after installation. No need to restart.

安装后即可使用。无需重新启动。

Same for git.

git 也是一样。

回答by Lys

  1. Change the name of the .mxt3 file (that you downloaded) to .zip

  2. Extract the files, get the .exe files you want from the bin folder from the files you just extracted, and add them to the slash/bin folder of the Mobaxterm (where there are more .exe files)

  3. Restart

  1. 将 .mxt3 文件(您下载的)的名称更改为 .zip

  2. 解压文件,从刚才解压的文件中,从bin文件夹中获取你想要的.exe文件,添加到Mobaxterm的slash/bin文件夹中(这里的.exe文件比较多)

  3. 重新开始

回答by Didier

In order to finish your plugin installation, you need to restart MobaXterm. After restarting, type "svn" in the terminal and it should work.

为了完成您的插件安装,您需要重新启动 MobaXterm。重新启动后,在终端中输入“svn”,它应该可以工作了。

回答by zsergua

Try run the command:

尝试运行命令:

#unalias svn

#unalias svn

回答by d1val

When I saw $PATH and looked into its directories, there was no git.exe.

当我看到 $PATH 并查看其目录时,没有 git.exe。

I downloaded git.mxt3 and put in program files (86) folder and restarted mobaterm.

我下载了 git.mxt3 并放入了 program files (86) 文件夹并重新启动了 mobaterm。

After restart I can see a file named git.exe in my /bin folder. I am using Win7 (64 bit) and mobaXterm personal Edition v7.1 installed using windows installer (not portable )

重新启动后,我可以在我的 /bin 文件夹中看到一个名为 git.exe 的文件。我使用的是 Win7(64 位)和 mobaXterm 个人版 v7.1,使用 Windows 安装程序(不可移植)安装